#56886B

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

Shades of Cutty Sark #56886B

Tints of Cutty Sark #56886B

Color information

#56886B (or 0x56886B) is unknown color: approx Cutty Sark. HEX triplet: 56, 88 and 6B. RGB value is (86,136,107). Sum of RGB (Red+Green+Blue) = 86+136+107=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #56886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56886B is #A97794. Grayscale: #757575. Windows color (decimal): -11106197 or 7047254. OLE color: 7047254.

HSL color Cylindrical-coordinate representation of color #56886B: hue angle of 145.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56886B is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB86136107-
CMYK0.3700.210.47
HSL145.2º22.52%43.53%-
HSV(B)145.2º36.76%53.33%-
XYZ15.320.6517.09-
YUV117.74121.94105.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 136 (53.52% from 255) = 41.34%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=26.14%
G=41.34%
B=32.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861361070.3700.210.47145.222.5243.53
Hex56886B250152F91172c
Octal12621015345025572212754
Binary10101101000100011010111001010101011011111001000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,136,107); }

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

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

 a { background-color: rgb(86,136,107); }

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

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

 span { border-color: rgb(86,136,107); }

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