#51858C

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

Shades of Half Baked #51858C

Tints of Half Baked #51858C

Color information

#51858C (or 0x51858C) is unknown color: approx Half Baked. HEX triplet: 51, 85 and 8C. RGB value is (81,133,140). Sum of RGB (Red+Green+Blue) = 81+133+140=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #51858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51858C is #AE7A73. Grayscale: #767676. Windows color (decimal): -11434612 or 9209169. OLE color: 9209169.

HSL color Cylindrical-coordinate representation of color #51858C: hue angle of 187.12º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51858C is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81133140-
CMYK0.420.0500.45
HSL187.12º26.7%43.33%-
HSV(B)187.12º42.14%54.9%-
XYZ16.5120.4227.88-
YUV118.25140.27101.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 140 (55.08% from 255) = 39.55%
R=22.88%
G=37.57%
B=39.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811331400.420.0500.45187.1226.743.33
Hex51858C2A502Dbb1b2b
Octal1212052145250552733353
Binary1010001100001011000110010101010101011011011101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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