#53879E

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

Shades of Hippie Blue #53879E

Tints of Hippie Blue #53879E

Color information

#53879E (or 0x53879E) is unknown color: approx Hippie Blue. HEX triplet: 53, 87 and 9E. RGB value is (83,135,158). Sum of RGB (Red+Green+Blue) = 83+135+158=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #53879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53879E is #AC7861. Grayscale: #797979. Windows color (decimal): -11303010 or 10389331. OLE color: 10389331.

HSL color Cylindrical-coordinate representation of color #53879E: hue angle of 198.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53879E is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83135158-
CMYK0.470.1500.38
HSL198.4º31.12%47.25%-
HSV(B)198.4º47.47%61.96%-
XYZ18.421.6435.55-
YUV122.07148.27100.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.07%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=22.07%
G=35.90%
B=42.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831351580.470.1500.38198.431.1247.25
Hex53879E2FF026c61f2f
Octal12320723657170463063757
Binary10100111000011110011110101111111101001101100011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53879E; }

 p { color: rgb(83,135,158); }

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

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

 a { background-color: rgb(83,135,158); }

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

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

 span { border-color: rgb(83,135,158); }

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