#5C857A

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

Shades of Cutty Sark #5C857A

Tints of Cutty Sark #5C857A

Color information

#5C857A (or 0x5C857A) is unknown color: approx Cutty Sark. HEX triplet: 5C, 85 and 7A. RGB value is (92,133,122). Sum of RGB (Red+Green+Blue) = 92+133+122=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #5C857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C857A is #A37A85. Grayscale: #777777. Windows color (decimal): -10713734 or 8029532. OLE color: 8029532.

HSL color Cylindrical-coordinate representation of color #5C857A: hue angle of 163.9º 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 #5C857A is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB92133122-
CMYK0.3100.080.48
HSL163.9º18.22%44.12%-
HSV(B)163.9º30.83%52.16%-
XYZ16.3120.4621.5-
YUV119.49129.42108.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.51%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=26.51%
G=38.33%
B=35.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921331220.3100.080.48163.918.2244.12
Hex5C857A1F0830a4122c
Octal13420517237010602442254
Binary101110010000101111101011111010001100001010010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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