#557C6E

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

Shades of Cutty Sark #557C6E

Tints of Cutty Sark #557C6E

Color information

#557C6E (or 0x557C6E) is unknown color: approx Cutty Sark. HEX triplet: 55, 7C and 6E. RGB value is (85,124,110). Sum of RGB (Red+Green+Blue) = 85+124+110=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #557C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C6E is #AA8391. Grayscale: #6E6E6E. Windows color (decimal): -11174802 or 7240789. OLE color: 7240789.

HSL color Cylindrical-coordinate representation of color #557C6E: hue angle of 158.46º 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 #557C6E is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB85124110-
CMYK0.3100.110.51
HSL158.46º18.66%40.98%-
HSV(B)158.46º31.45%48.63%-
XYZ13.7717.4717.4-
YUV110.74127.58109.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=26.65%
G=38.87%
B=34.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851241100.3100.110.51158.4618.6640.98
Hex557C6E1F0B339e1329
Octal12517415637013632362351
Binary10101011111100110111011111010111100111001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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