#51828E

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

Shades of Hippie Blue #51828E

Tints of Hippie Blue #51828E

Color information

#51828E (or 0x51828E) is unknown color: approx Hippie Blue. HEX triplet: 51, 82 and 8E. RGB value is (81,130,142). Sum of RGB (Red+Green+Blue) = 81+130+142=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #51828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51828E is #AE7D71. Grayscale: #747474. Windows color (decimal): -11435378 or 9339473. OLE color: 9339473.

HSL color Cylindrical-coordinate representation of color #51828E: hue angle of 191.8º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51828E is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81130142-
CMYK0.430.0800.44
HSL191.8º27.35%43.73%-
HSV(B)191.8º42.96%55.69%-
XYZ16.2619.6728.53-
YUV116.72142.27102.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=22.95%
G=36.83%
B=40.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811301420.430.0800.44191.827.3543.73
Hex51828E2B802Cc01b2c
Octal12120221653100543003354
Binary10100011000001010001110101011100001011001100000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,130,142); }

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

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

 a { background-color: rgb(81,130,142); }

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

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

 span { border-color: rgb(81,130,142); }

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