#51889E

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

Shades of Hippie Blue #51889E

Tints of Hippie Blue #51889E

Color information

#51889E (or 0x51889E) is unknown color: approx Hippie Blue. HEX triplet: 51, 88 and 9E. RGB value is (81,136,158). Sum of RGB (Red+Green+Blue) = 81+136+158=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #51889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51889E is #AE7761. Grayscale: #797979. Windows color (decimal): -11433826 or 10389585. OLE color: 10389585.

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

Color convert

RGB81136158-
CMYK0.490.1400.38
HSL197.14º32.22%46.86%-
HSV(B)197.14º48.73%61.96%-
XYZ18.3721.8335.59-
YUV122.06148.2898.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=21.6%
G=36.27%
B=42.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811361580.490.1400.38197.1432.2246.86
Hex51889E31E026c5202f
Octal12121023661160463054057
Binary101000110001000100111101100011110010011011000101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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