#557569

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

Shades of Cutty Sark #557569

Tints of Cutty Sark #557569

Color information

#557569 (or 0x557569) is unknown color: approx Cutty Sark. HEX triplet: 55, 75 and 69. RGB value is (85,117,105). Sum of RGB (Red+Green+Blue) = 85+117+105=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #557569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557569 is #AA8A96. Grayscale: #6A6A6A. Windows color (decimal): -11176599 or 6911317. OLE color: 6911317.

HSL color Cylindrical-coordinate representation of color #557569: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557569 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB85117105-
CMYK0.2700.100.54
HSL157.5º15.84%39.61%-
HSV(B)157.5º27.35%45.88%-
XYZ12.6615.6715.72-
YUV106.06127.4112.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=27.69%
G=38.11%
B=34.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851171050.2700.100.54157.515.8439.61
Hex5575691B0A369e1028
Octal12516515133012662362050
Binary10101011110101110100111011010101101101001111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557569; }

 p { color: rgb(85,117,105); }

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

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

 a { background-color: rgb(85,117,105); }

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

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

 span { border-color: rgb(85,117,105); }

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