#56838B

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

Shades of Half Baked #56838B

Tints of Half Baked #56838B

Color information

#56838B (or 0x56838B) is unknown color: approx Half Baked. HEX triplet: 56, 83 and 8B. RGB value is (86,131,139). Sum of RGB (Red+Green+Blue) = 86+131+139=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #56838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56838B is #A97C74. Grayscale: #767676. Windows color (decimal): -11107445 or 9143126. OLE color: 9143126.

HSL color Cylindrical-coordinate representation of color #56838B: hue angle of 189.06º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56838B is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86131139-
CMYK0.380.0600.45
HSL189.06º23.56%44.12%-
HSV(B)189.06º38.13%54.51%-
XYZ16.6120.0827.43-
YUV118.46139.59104.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=24.16%
G=36.80%
B=39.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861311390.380.0600.45189.0623.5644.12
Hex56838B26602Dbd182c
Octal1262032134660552753054
Binary1010110100000111000101110011011001011011011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56838B; }

 p { color: rgb(86,131,139); }

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

<style>
 a { background-color: #56838B; }

 a { background-color: rgb(86,131,139); }

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

<style>
 span { border-color: #56838B; }

 span { border-color: rgb(86,131,139); }

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