#56969B

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

Shades of Half Baked #56969B

Tints of Half Baked #56969B

Color information

#56969B (or 0x56969B) is unknown color: approx Half Baked. HEX triplet: 56, 96 and 9B. RGB value is (86,150,155). Sum of RGB (Red+Green+Blue) = 86+150+155=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #56969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56969B is #A96964. Grayscale: #838383. Windows color (decimal): -11102565 or 10196566. OLE color: 10196566.

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

Color convert

RGB86150155-
CMYK0.450.0300.39
HSL184.35º28.63%47.25%-
HSV(B)184.35º44.52%60.78%-
XYZ20.6626.1634.97-
YUV131.43141.395.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.99%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=21.99%
G=38.36%
B=39.64%

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
Decimal861501550.450.0300.39184.3528.6347.25
Hex56969B2D3027b81d2f
Octal1262262335530472703557
Binary101011010010110100110111011011101001111011100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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