#56878D

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

Shades of Half Baked #56878D

Tints of Half Baked #56878D

Color information

#56878D (or 0x56878D) is unknown color: approx Half Baked. HEX triplet: 56, 87 and 8D. RGB value is (86,135,141). Sum of RGB (Red+Green+Blue) = 86+135+141=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #56878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56878D is #A97872. Grayscale: #787878. Windows color (decimal): -11106419 or 9275222. OLE color: 9275222.

HSL color Cylindrical-coordinate representation of color #56878D: hue angle of 186.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56878D is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86135141-
CMYK0.390.0400.45
HSL186.55º24.23%44.51%-
HSV(B)186.55º39.01%55.29%-
XYZ17.3121.2328.38-
YUV121.03139.27103.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=23.76%
G=37.29%
B=38.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861351410.390.0400.45186.5524.2344.51
Hex56878D27402Dbb182d
Octal1262072154740552733055
Binary1010110100001111000110110011110001011011011101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56878D; }

 p { color: rgb(86,135,141); }

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

<style>
 a { background-color: #56878D; }

 a { background-color: rgb(86,135,141); }

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

<style>
 span { border-color: #56878D; }

 span { border-color: rgb(86,135,141); }

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