#60857C

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

Shades of Cutty Sark #60857C

Tints of Cutty Sark #60857C

Color information

#60857C (or 0x60857C) is unknown color: approx Cutty Sark. HEX triplet: 60, 85 and 7C. RGB value is (96,133,124). Sum of RGB (Red+Green+Blue) = 96+133+124=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #60857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60857C is #9F7A83. Grayscale: #787878. Windows color (decimal): -10451588 or 8160608. OLE color: 8160608.

HSL color Cylindrical-coordinate representation of color #60857C: hue angle of 165.41º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60857C is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB96133124-
CMYK0.2800.070.48
HSL165.41º16.16%44.9%-
HSV(B)165.41º27.82%52.16%-
XYZ16.8520.7222.18-
YUV120.91129.74110.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=27.20%
G=37.68%
B=35.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961331240.2800.070.48165.4116.1644.9
Hex60857C1C0730a5102d
Octal1402051743407602452055
Binary11000001000010111111001110001111100001010010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60857C; }

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

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

<style>
 a { background-color: #60857C; }

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

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

<style>
 span { border-color: #60857C; }

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

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