#56858D

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

Shades of Half Baked #56858D

Tints of Half Baked #56858D

Color information

#56858D (or 0x56858D) is unknown color: approx Half Baked. HEX triplet: 56, 85 and 8D. RGB value is (86,133,141). Sum of RGB (Red+Green+Blue) = 86+133+141=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #56858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56858D is #A97A72. Grayscale: #777777. Windows color (decimal): -11106931 or 9274710. OLE color: 9274710.

HSL color Cylindrical-coordinate representation of color #56858D: hue angle of 188.73º 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 #56858D is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86133141-
CMYK0.390.0600.45
HSL188.73º24.23%44.51%-
HSV(B)188.73º39.01%55.29%-
XYZ17.0320.6828.29-
YUV119.86139.93103.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=23.89%
G=36.94%
B=39.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861331410.390.0600.45188.7324.2344.51
Hex56858D27602Dbd182d
Octal1262052154760552753055
Binary1010110100001011000110110011111001011011011110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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