#56838A

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

Shades of Half Baked #56838A

Tints of Half Baked #56838A

Color information

#56838A (or 0x56838A) is unknown color: approx Half Baked. HEX triplet: 56, 83 and 8A. RGB value is (86,131,138). Sum of RGB (Red+Green+Blue) = 86+131+138=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #56838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56838A is #A97C75. Grayscale: #767676. Windows color (decimal): -11107446 or 9077590. OLE color: 9077590.

HSL color Cylindrical-coordinate representation of color #56838A: hue angle of 188.08º 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 #56838A is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB86131138-
CMYK0.380.0500.46
HSL188.08º23.21%43.92%-
HSV(B)188.08º37.68%54.12%-
XYZ16.5420.0527.04-
YUV118.34139.09104.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=24.23%
G=36.90%
B=38.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861311380.380.0500.46188.0823.2143.92
Hex56838A26502Ebc172c
Octal1262032124650562742754
Binary1010110100000111000101010011010101011101011110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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