#56848A

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

Shades of Half Baked #56848A

Tints of Half Baked #56848A

Color information

#56848A (or 0x56848A) is unknown color: approx Half Baked. HEX triplet: 56, 84 and 8A. RGB value is (86,132,138). Sum of RGB (Red+Green+Blue) = 86+132+138=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #56848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56848A is #A97B75. Grayscale: #767676. Windows color (decimal): -11107190 or 9077846. OLE color: 9077846.

HSL color Cylindrical-coordinate representation of color #56848A: hue angle of 186.92º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56848A is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB86132138-
CMYK0.380.0400.46
HSL186.92º23.21%43.92%-
HSV(B)186.92º37.68%54.12%-
XYZ16.6820.3227.09-
YUV118.93138.76104.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=24.16%
G=37.08%
B=38.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861321380.380.0400.46186.9223.2143.92
Hex56848A26402Ebb172c
Octal1262042124640562732754
Binary1010110100001001000101010011010001011101011101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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