#51869E

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

Shades of Hippie Blue #51869E

Tints of Hippie Blue #51869E

Color information

#51869E (or 0x51869E) is unknown color: approx Hippie Blue. HEX triplet: 51, 86 and 9E. RGB value is (81,134,158). Sum of RGB (Red+Green+Blue) = 81+134+158=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #51869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51869E is #AE7961. Grayscale: #787878. Windows color (decimal): -11434338 or 10389073. OLE color: 10389073.

HSL color Cylindrical-coordinate representation of color #51869E: hue angle of 198.7º 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 #51869E is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81134158-
CMYK0.490.1500.38
HSL198.7º32.22%46.86%-
HSV(B)198.7º48.73%61.96%-
XYZ18.0921.2735.5-
YUV120.89148.9499.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=21.72%
G=35.92%
B=42.36%

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
Decimal811341580.490.1500.38198.732.2246.86
Hex51869E31F026c7202f
Octal12120623661170463074057
Binary101000110000110100111101100011111010011011000111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,134,158); }

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

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

 a { background-color: rgb(81,134,158); }

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

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

 span { border-color: rgb(81,134,158); }

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