#56949B

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

Shades of Half Baked #56949B

Tints of Half Baked #56949B

Color information

#56949B (or 0x56949B) is unknown color: approx Half Baked. HEX triplet: 56, 94 and 9B. RGB value is (86,148,155). Sum of RGB (Red+Green+Blue) = 86+148+155=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #56949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56949B is #A96B64. Grayscale: #828282. Windows color (decimal): -11103077 or 10196054. OLE color: 10196054.

HSL color Cylindrical-coordinate representation of color #56949B: hue angle of 186.09º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56949B is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86148155-
CMYK0.450.0500.39
HSL186.09º28.63%47.25%-
HSV(B)186.09º44.52%60.78%-
XYZ20.3425.5234.86-
YUV130.26141.9696.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.11%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=22.11%
G=38.05%
B=39.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861481550.450.0500.39186.0928.6347.25
Hex56949B2D5027ba1d2f
Octal1262242335550472723557
Binary1010110100101001001101110110110101001111011101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,148,155); }

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

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

 a { background-color: rgb(86,148,155); }

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

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

 span { border-color: rgb(86,148,155); }

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