#51959C

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

Shades of Half Baked #51959C

Tints of Half Baked #51959C

Color information

#51959C (or 0x51959C) is unknown color: approx Half Baked. HEX triplet: 51, 95 and 9C. RGB value is (81,149,156). Sum of RGB (Red+Green+Blue) = 81+149+156=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #51959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51959C is #AE6A63. Grayscale: #818181. Windows color (decimal): -11430500 or 10261841. OLE color: 10261841.

HSL color Cylindrical-coordinate representation of color #51959C: hue angle of 185.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51959C is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81149156-
CMYK0.480.0400.39
HSL185.6º31.65%46.47%-
HSV(B)185.6º48.08%61.18%-
XYZ20.1425.6435.34-
YUV129.47142.9793.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=20.98%
G=38.60%
B=40.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811491560.480.0400.39185.631.6546.47
Hex51959C304027ba202e
Octal1212252346040472724056
Binary10100011001010110011100110000100010011110111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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