#5C857C

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

Shades of Cutty Sark #5C857C

Tints of Cutty Sark #5C857C

Color information

#5C857C (or 0x5C857C) is unknown color: approx Cutty Sark. HEX triplet: 5C, 85 and 7C. RGB value is (92,133,124). Sum of RGB (Red+Green+Blue) = 92+133+124=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #5C857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C857C is #A37A83. Grayscale: #777777. Windows color (decimal): -10713732 or 8160604. OLE color: 8160604.

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

Color convert

RGB92133124-
CMYK0.3100.070.48
HSL166.83º18.22%44.12%-
HSV(B)166.83º30.83%52.16%-
XYZ16.4420.5122.16-
YUV119.71130.42108.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.36%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=26.36%
G=38.11%
B=35.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921331240.3100.070.48166.8318.2244.12
Hex5C857C1F0730a7122c
Octal1342051743707602472254
Binary10111001000010111111001111101111100001010011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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