#56504B

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

Shades of Cork #56504B

Tints of Cork #56504B

Color information

#56504B (or 0x56504B) is unknown color: approx Cork. HEX triplet: 56, 50 and 4B. RGB value is (86,80,75). Sum of RGB (Red+Green+Blue) = 86+80+75=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 86 - color contains mainly: red. Hex color #56504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56504B is #A9AFB4. Grayscale: #515151. Windows color (decimal): -11120565 or 4935766. OLE color: 4935766.

HSL color Cylindrical-coordinate representation of color #56504B: hue angle of 27.27º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #56504B is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB868075-
CMYK00.070.130.66
HSL27.27º6.83%31.57%-
HSV(B)27.27º12.79%33.73%-
XYZ7.988.227.82-
YUV81.22124.49131.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=35.68%
G=33.20%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86807500.070.130.6627.276.8331.57
Hex56504B07D421b720
Octal126120113071510233740
Binary10101101010000100101101111101100001011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,80,75); }

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

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

 a { background-color: rgb(86,80,75); }

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

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

 span { border-color: rgb(86,80,75); }

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