#51859A

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

Shades of Hippie Blue #51859A

Tints of Hippie Blue #51859A

Color information

#51859A (or 0x51859A) is unknown color: approx Hippie Blue. HEX triplet: 51, 85 and 9A. RGB value is (81,133,154). Sum of RGB (Red+Green+Blue) = 81+133+154=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #51859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51859A is #AE7A65. Grayscale: #777777. Windows color (decimal): -11434598 or 10126673. OLE color: 10126673.

HSL color Cylindrical-coordinate representation of color #51859A: hue angle of 197.26º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51859A is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB81133154-
CMYK0.470.1400.40
HSL197.26º31.06%46.08%-
HSV(B)197.26º47.4%60.39%-
XYZ17.6120.8633.67-
YUV119.85147.27100.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=22.01%
G=36.14%
B=41.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811331540.470.1400.40197.2631.0646.08
Hex51859A2FE028c51f2e
Octal12120523257160503053756
Binary10100011000010110011010101111111001010001100010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51859A; }

 p { color: rgb(81,133,154); }

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

<style>
 a { background-color: #51859A; }

 a { background-color: rgb(81,133,154); }

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

<style>
 span { border-color: #51859A; }

 span { border-color: rgb(81,133,154); }

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