#51849F

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

Shades of Hippie Blue #51849F

Tints of Hippie Blue #51849F

Color information

#51849F (or 0x51849F) is unknown color: approx 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

RGB81132159-
CMYK0.490.1700.38
HSL200.77º32.5%47.06%-
HSV(B)200.77º49.06%62.35%-
XYZ17.920.7635.86-
YUV119.83150.1100.3-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811321590.490.1700.38200.7732.547.06
Hex51849F3111026c9202f
Octal12120423761210463114057
Binary1010001100001001001111111000110001010011011001001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>