#56868B

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

Shades of Half Baked #56868B

Tints of Half Baked #56868B

Color information

#56868B (or 0x56868B) is unknown color: approx Half Baked. HEX triplet: 56, 86 and 8B. RGB value is (86,134,139). Sum of RGB (Red+Green+Blue) = 86+134+139=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #56868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56868B is #A97974. Grayscale: #787878. Windows color (decimal): -11106677 or 9143894. OLE color: 9143894.

HSL color Cylindrical-coordinate representation of color #56868B: hue angle of 185.66º 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 #56868B is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86134139-
CMYK0.380.0400.45
HSL185.66º23.56%44.12%-
HSV(B)185.66º38.13%54.51%-
XYZ17.0220.8927.56-
YUV120.22138.6103.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=23.96%
G=37.33%
B=38.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861341390.380.0400.45185.6623.5644.12
Hex56868B26402Dba182c
Octal1262062134640552723054
Binary1010110100001101000101110011010001011011011101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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