#56897B

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

Shades of Cutty Sark #56897B

Tints of Cutty Sark #56897B

Color information

#56897B (or 0x56897B) is unknown color: approx Cutty Sark. HEX triplet: 56, 89 and 7B. RGB value is (86,137,123). Sum of RGB (Red+Green+Blue) = 86+137+123=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #56897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56897B is #A97684. Grayscale: #787878. Windows color (decimal): -11105925 or 8096086. OLE color: 8096086.

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

Color convert

RGB86137123-
CMYK0.3700.100.46
HSL163.53º22.87%43.73%-
HSV(B)163.53º37.23%53.73%-
XYZ16.3621.321.99-
YUV120.16129.6103.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=24.86%
G=39.60%
B=35.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861371230.3700.100.46163.5322.8743.73
Hex56897B250A2Ea4172c
Octal12621117345012562442754
Binary1010110100010011111011100101010101011101010010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,137,123); }

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

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

 a { background-color: rgb(86,137,123); }

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

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

 span { border-color: rgb(86,137,123); }

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