Html Css Color HEX #51849F Hippie Blue

📋 copy color: '#51849F'

red 81 ◦ green 132 ◦ blue 159

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

Shades of Hippie Blue #51849F

Tints of Hippie Blue #51849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

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

R = 21.77%
G = 35.48%
B = 42.74%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51849F (or 0x51849F) is known color: Hippie Blue. HEX triplet: 51, 84 and 9F. RGB value is (81,132,159). Sum of RGB (Red+Green+Blue) = 81+132+159=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #51849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51849F is #AE7B60. Grayscale: #777777. Windows color (decimal): -11434849 or 10454097. OLE color: 10454097.

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

Color convert

RGB 81 132 159 -
CMYK 0.49 0.17 0 0.38
HSL 200.77º 0.33% 0.47% -
HSV(B) 200.77º 0.49% 0.62% -
XYZ 17.9 20.76 35.86 -
YUV 119.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 81 132 159 0.49 0.17 0 0.38 200.77 0.33 0.47
Hex 51 84 9F 31 11 0 26 C9 20 2F
Octal 121 204 237 61 21 0 46 311 40 57
Binary 1010001 10000100 10011111 110001 10001 0 100110 11001001 100000 101111

Color Harmonies of #51849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51849F

Black with #51849F

Text Example


Text Example

White with #51849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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