#5C8570

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

Shades of Cutty Sark #5C8570

Tints of Cutty Sark #5C8570

Color information

#5C8570 (or 0x5C8570) is unknown color: approx Cutty Sark. HEX triplet: 5C, 85 and 70. RGB value is (92,133,112). Sum of RGB (Red+Green+Blue) = 92+133+112=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8570 is #A37A8F. Grayscale: #767676. Windows color (decimal): -10713744 or 7374172. OLE color: 7374172.

HSL color Cylindrical-coordinate representation of color #5C8570: hue angle of 149.27º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C8570 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB92133112-
CMYK0.3100.160.48
HSL149.27º18.22%44.12%-
HSV(B)149.27º30.83%52.16%-
XYZ15.7320.2218.4-
YUV118.35124.42109.21-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.30%
GREEN value IS 133 (52.34% from 255) = 39.47%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=27.30%
G=39.47%
B=33.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921331120.3100.160.48149.2718.2244.12
Hex5C85701F0103095122c
Octal13420516037020602252254
Binary1011100100001011110000111110100001100001001010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C8570; }

 p { color: rgb(92,133,112); }

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

<style>
 a { background-color: #5C8570; }

 a { background-color: rgb(92,133,112); }

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

<style>
 span { border-color: #5C8570; }

 span { border-color: rgb(92,133,112); }

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