#538496

Color #538496 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #538496

Tints of Hippie Blue #538496

Color information

#538496 (or 0x538496) is unknown color: approx Hippie Blue. HEX triplet: 53, 84 and 96. RGB value is (83,132,150). Sum of RGB (Red+Green+Blue) = 83+132+150=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #538496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538496 is #AC7B69. Grayscale: #777777. Windows color (decimal): -11303786 or 9864275. OLE color: 9864275.

HSL color Cylindrical-coordinate representation of color #538496: hue angle of 196.12º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538496 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB83132150-
CMYK0.450.1200.41
HSL196.12º28.76%45.69%-
HSV(B)196.12º44.67%58.82%-
XYZ17.3220.5431.91-
YUV119.4145.27102.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=22.74%
G=36.16%
B=41.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831321500.450.1200.41196.1228.7645.69
Hex5384962DC029c41d2e
Octal12320422655140513043556
Binary10100111000010010010110101101110001010011100010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538496; }

 p { color: rgb(83,132,150); }

 H1.HeaderClassName
 {
   color: #538496;
 }
 .AnyTagClassName
 {
   color: #538496;
 }
</style>
background-color css

<style>
 a { background-color: #538496; }

 a { background-color: rgb(83,132,150); }

 div.DivClassName
 {
   background-color: #538496;
 }
 .BgClassName
 {
   background-color: #538496;
 }
</style>
border-color css

<style>
 span { border-color: #538496; }

 span { border-color: rgb(83,132,150); }

 td.TdClassName
 {
   border-color: #538496;
 }
 .TagClassName
 {
   border-color: #538496;
 }
</style>