Html Css Color HEX #51889C Hippie Blue

📋 copy color: '#51889C'

red 81 ◦ green 136 ◦ blue 156

#51889C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #51889C

Tints of Hippie Blue #51889C

RGB

 RED value IS 81 (32.03% from 255) = 21.72%

 GREEN value IS 136 (53.52% from 255) = 36.46%

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 21.72%
G = 36.46%
B = 41.82%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51889C (or 0x51889C) is known color: Hippie Blue. HEX triplet: 51, 88 and 9C. RGB value is (81,136,156). Sum of RGB (Red+Green+Blue) = 81+136+156=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #51889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51889C is #AE7763. Grayscale: #797979. Windows color (decimal): -11433828 or 10258513. OLE color: 10258513.

HSL color Cylindrical-coordinate representation of color #51889C: hue angle of 196º 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 #51889C is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 136 156 -
CMYK 0.48 0.13 0 0.39
HSL 196º 0.32% 0.46% -
HSV(B) 196º 0.48% 0.61% -
XYZ 18.2 21.76 34.69 -
YUV 121.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 81 136 156 0.48 0.13 0 0.39 196 0.32 0.46
Hex 51 88 9C 30 D 0 27 C4 20 2E
Octal 121 210 234 60 15 0 47 304 40 56
Binary 1010001 10001000 10011100 110000 1101 0 100111 11000100 100000 101110

Color Harmonies of #51889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51889C

Black with #51889C

Text Example


Text Example

White with #51889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51889C;
 }
 .AnyTagClassName
 {
   color: #51889C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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