#51879F

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

Shades of Hippie Blue #51879F

Tints of Hippie Blue #51879F

Color information

#51879F (or 0x51879F) is unknown color: approx Hippie Blue. HEX triplet: 51, 87 and 9F. RGB value is (81,135,159). Sum of RGB (Red+Green+Blue) = 81+135+159=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #51879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51879F is #AE7860. Grayscale: #797979. Windows color (decimal): -11434081 or 10454865. OLE color: 10454865.

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

Color convert

RGB81135159-
CMYK0.490.1500.38
HSL198.46º32.5%47.06%-
HSV(B)198.46º49.06%62.35%-
XYZ18.3221.5836-
YUV121.59149.1199.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=21.6%
G=36%
B=42.4%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811351590.490.1500.38198.4632.547.06
Hex51879F31F026c6202f
Octal12120723761170463064057
Binary101000110000111100111111100011111010011011000110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51879F; }

 p { color: rgb(81,135,159); }

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

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

 a { background-color: rgb(81,135,159); }

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

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

 span { border-color: rgb(81,135,159); }

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