#56857A

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

Shades of Cutty Sark #56857A

Tints of Cutty Sark #56857A

Color information

#56857A (or 0x56857A) is unknown color: approx Cutty Sark. HEX triplet: 56, 85 and 7A. RGB value is (86,133,122). Sum of RGB (Red+Green+Blue) = 86+133+122=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #56857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56857A is #A97A85. Grayscale: #757575. Windows color (decimal): -11106950 or 8029526. OLE color: 8029526.

HSL color Cylindrical-coordinate representation of color #56857A: hue angle of 165.96º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56857A is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB86133122-
CMYK0.3500.080.48
HSL165.96º21.46%42.94%-
HSV(B)165.96º35.34%52.16%-
XYZ15.7420.1621.47-
YUV117.69130.43105.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=25.22%
G=39.00%
B=35.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861331220.3500.080.48165.9621.4642.94
Hex56857A230830a6152b
Octal12620517243010602462553
Binary1010110100001011111010100011010001100001010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,133,122); }

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

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

 a { background-color: rgb(86,133,122); }

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

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

 span { border-color: rgb(86,133,122); }

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