#56959D

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

Shades of Half Baked #56959D

Tints of Half Baked #56959D

Color information

#56959D (or 0x56959D) is unknown color: approx Half Baked. HEX triplet: 56, 95 and 9D. RGB value is (86,149,157). Sum of RGB (Red+Green+Blue) = 86+149+157=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #56959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56959D is #A96A62. Grayscale: #828282. Windows color (decimal): -11102819 or 10327382. OLE color: 10327382.

HSL color Cylindrical-coordinate representation of color #56959D: hue angle of 186.76º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56959D is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86149157-
CMYK0.450.0500.38
HSL186.76º29.22%47.65%-
HSV(B)186.76º45.22%61.57%-
XYZ20.6725.9135.81-
YUV131.07142.6395.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.94%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=21.94%
G=38.01%
B=40.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861491570.450.0500.38186.7629.2247.65
Hex56959D2D5026bb1d30
Octal1262252355550462733560
Binary1010110100101011001110110110110101001101011101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,149,157); }

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

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

 a { background-color: rgb(86,149,157); }

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

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

 span { border-color: rgb(86,149,157); }

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