#56848D

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

Shades of Half Baked #56848D

Tints of Half Baked #56848D

Color information

#56848D (or 0x56848D) is unknown color: approx Half Baked. HEX triplet: 56, 84 and 8D. RGB value is (86,132,141). Sum of RGB (Red+Green+Blue) = 86+132+141=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #56848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56848D is #A97B72. Grayscale: #777777. Windows color (decimal): -11107187 or 9274454. OLE color: 9274454.

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

Color convert

RGB86132141-
CMYK0.390.0600.45
HSL189.82º24.23%44.51%-
HSV(B)189.82º39.01%55.29%-
XYZ16.920.428.25-
YUV119.27140.26104.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=23.96%
G=36.77%
B=39.28%

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
Decimal861321410.390.0600.45189.8224.2344.51
Hex56848D27602Dbe182d
Octal1262042154760552763055
Binary1010110100001001000110110011111001011011011111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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