#51959E

Color #51959E Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #51959E

Tints of Half Baked #51959E

Color information

#51959E (or 0x51959E) is unknown color: approx Half Baked. HEX triplet: 51, 95 and 9E. RGB value is (81,149,158). Sum of RGB (Red+Green+Blue) = 81+149+158=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #51959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51959E is #AE6A61. Grayscale: #818181. Windows color (decimal): -11430498 or 10392913. OLE color: 10392913.

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

Color convert

RGB81149158-
CMYK0.490.0600.38
HSL187.01º32.22%46.86%-
HSV(B)187.01º48.73%61.96%-
XYZ20.3125.7136.24-
YUV129.69143.9793.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=20.88%
G=38.40%
B=40.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811491580.490.0600.38187.0132.2246.86
Hex51959E316026bb202f
Octal1212252366160462734057
Binary10100011001010110011110110001110010011010111011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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