Html Css Color HEX #51889F Hippie Blue

📋 copy color: '#51889F'

red 81 ◦ green 136 ◦ blue 159

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

Shades of Hippie Blue #51889F

Tints of Hippie Blue #51889F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 21.54%
G = 36.17%
B = 42.29%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51889F (or 0x51889F) is known color: Hippie Blue. HEX triplet: 51, 88 and 9F. RGB value is (81,136,159). Sum of RGB (Red+Green+Blue) = 81+136+159=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #51889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51889F is #AE7760. Grayscale: #7A7A7A. Windows color (decimal): -11433825 or 10455121. OLE color: 10455121.

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

Color convert

RGB 81 136 159 -
CMYK 0.49 0.14 0 0.38
HSL 197.69º 0.33% 0.47% -
HSV(B) 197.69º 0.49% 0.62% -
XYZ 18.46 21.86 36.05 -
YUV 122.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 81 136 159 0.49 0.14 0 0.38 197.69 0.33 0.47
Hex 51 88 9F 31 E 0 26 C6 20 2F
Octal 121 210 237 61 16 0 46 306 40 57
Binary 1010001 10001000 10011111 110001 1110 0 100110 11000110 100000 101111

Color Harmonies of #51889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51889F

Black with #51889F

Text Example


Text Example

White with #51889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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