#51849E

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

Shades of Hippie Blue #51849E

Tints of Hippie Blue #51849E

Color information

#51849E (or 0x51849E) is unknown color: approx Hippie Blue. HEX triplet: 51, 84 and 9E. RGB value is (81,132,158). Sum of RGB (Red+Green+Blue) = 81+132+158=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #51849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51849E is #AE7B61. Grayscale: #777777. Windows color (decimal): -11434850 or 10388561. OLE color: 10388561.

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

Color convert

RGB81132158-
CMYK0.490.1600.38
HSL200.26º32.22%46.86%-
HSV(B)200.26º48.73%61.96%-
XYZ17.8220.7235.41-
YUV119.71149.6100.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=21.83%
G=35.58%
B=42.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811321580.490.1600.38200.2632.2246.86
Hex51849E3110026c8202f
Octal12120423661200463104057
Binary1010001100001001001111011000110000010011011001000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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