#56979B

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

Shades of Half Baked #56979B

Tints of Half Baked #56979B

Color information

#56979B (or 0x56979B) is unknown color: approx Half Baked. HEX triplet: 56, 97 and 9B. RGB value is (86,151,155). Sum of RGB (Red+Green+Blue) = 86+151+155=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #56979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56979B is #A96864. Grayscale: #838383. Windows color (decimal): -11102309 or 10196822. OLE color: 10196822.

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

Color convert

RGB86151155-
CMYK0.450.0300.39
HSL183.48º28.63%47.25%-
HSV(B)183.48º44.52%60.78%-
XYZ20.8226.4835.02-
YUV132.02140.9795.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.94%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=21.94%
G=38.52%
B=39.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861511550.450.0300.39183.4828.6347.25
Hex56979B2D3027b71d2f
Octal1262272335530472673557
Binary101011010010111100110111011011101001111011011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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