#51899C

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

Shades of Hippie Blue #51899C

Tints of Hippie Blue #51899C

Color information

#51899C (or 0x51899C) is unknown color: approx Hippie Blue. HEX triplet: 51, 89 and 9C. RGB value is (81,137,156). Sum of RGB (Red+Green+Blue) = 81+137+156=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #51899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51899C is #AE7663. Grayscale: #7A7A7A. Windows color (decimal): -11433572 or 10258769. OLE color: 10258769.

HSL color Cylindrical-coordinate representation of color #51899C: hue angle of 195.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51899C is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81137156-
CMYK0.480.1200.39
HSL195.2º31.65%46.47%-
HSV(B)195.2º48.08%61.18%-
XYZ18.3422.0434.74-
YUV122.42146.9598.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=21.66%
G=36.63%
B=41.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811371560.480.1200.39195.231.6546.47
Hex51899C30C027c3202e
Octal12121123460140473034056
Binary101000110001001100111001100001100010011111000011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51899C; }

 p { color: rgb(81,137,156); }

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

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

 a { background-color: rgb(81,137,156); }

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

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

 span { border-color: rgb(81,137,156); }

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