#557969

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

Shades of Cutty Sark #557969

Tints of Cutty Sark #557969

Color information

#557969 (or 0x557969) is unknown color: approx Cutty Sark. HEX triplet: 55, 79 and 69. RGB value is (85,121,105). Sum of RGB (Red+Green+Blue) = 85+121+105=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #557969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557969 is #AA8696. Grayscale: #6C6C6C. Windows color (decimal): -11175575 or 6912341. OLE color: 6912341.

HSL color Cylindrical-coordinate representation of color #557969: hue angle of 153.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557969 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB85121105-
CMYK0.3000.130.53
HSL153.33º17.48%40.39%-
HSV(B)153.33º29.75%47.45%-
XYZ13.1316.6315.88-
YUV108.41126.07111.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=27.33%
G=38.91%
B=33.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851211050.3000.130.53153.3317.4840.39
Hex5579691E0D35991128
Octal12517115136015652312150
Binary10101011111001110100111110011011101011001100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557969; }

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

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

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

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

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

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

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

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