#557C6C

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

Shades of Cutty Sark #557C6C

Tints of Cutty Sark #557C6C

Color information

#557C6C (or 0x557C6C) is unknown color: approx Cutty Sark. HEX triplet: 55, 7C and 6C. RGB value is (85,124,108). Sum of RGB (Red+Green+Blue) = 85+124+108=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #557C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C6C is #AA8393. Grayscale: #6E6E6E. Windows color (decimal): -11174804 or 7109717. OLE color: 7109717.

HSL color Cylindrical-coordinate representation of color #557C6C: hue angle of 155.38º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C6C is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB85124108-
CMYK0.3100.130.51
HSL155.38º18.66%40.98%-
HSV(B)155.38º31.45%48.63%-
XYZ13.6617.4316.83-
YUV110.52126.58109.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=26.81%
G=39.12%
B=34.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851241080.3100.130.51155.3818.6640.98
Hex557C6C1F0D339b1329
Octal12517415437015632332351
Binary10101011111100110110011111011011100111001101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557C6C; }

 p { color: rgb(85,124,108); }

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

<style>
 a { background-color: #557C6C; }

 a { background-color: rgb(85,124,108); }

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

<style>
 span { border-color: #557C6C; }

 span { border-color: rgb(85,124,108); }

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