#51959A

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

Shades of Half Baked #51959A

Tints of Half Baked #51959A

Color information

#51959A (or 0x51959A) is unknown color: approx Half Baked. HEX triplet: 51, 95 and 9A. RGB value is (81,149,154). Sum of RGB (Red+Green+Blue) = 81+149+154=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #51959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51959A is #AE6A65. Grayscale: #818181. Windows color (decimal): -11430502 or 10130769. OLE color: 10130769.

HSL color Cylindrical-coordinate representation of color #51959A: hue angle of 184.11º 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 #51959A is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB81149154-
CMYK0.470.0300.40
HSL184.11º31.06%46.08%-
HSV(B)184.11º47.4%60.39%-
XYZ19.9725.5834.46-
YUV129.24141.9793.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=21.09%
G=38.80%
B=40.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811491540.470.0300.40184.1131.0646.08
Hex51959A2F3028b81f2e
Octal1212252325730502703756
Binary101000110010101100110101011111101010001011100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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