#56979A

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

Shades of Half Baked #56979A

Tints of Half Baked #56979A

Color information

#56979A (or 0x56979A) is unknown color: approx Half Baked. HEX triplet: 56, 97 and 9A. RGB value is (86,151,154). Sum of RGB (Red+Green+Blue) = 86+151+154=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #56979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56979A is #A96865. Grayscale: #838383. Windows color (decimal): -11102310 or 10131286. OLE color: 10131286.

HSL color Cylindrical-coordinate representation of color #56979A: hue angle of 182.65º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56979A is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB86151154-
CMYK0.440.0200.40
HSL182.65º28.33%47.06%-
HSV(B)182.65º44.16%60.39%-
XYZ20.7426.4434.58-
YUV131.91140.4795.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.99%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=21.99%
G=38.62%
B=39.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861511540.440.0200.40182.6528.3347.06
Hex56979A2C2028b71c2f
Octal1262272325420502673457
Binary101011010010111100110101011001001010001011011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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