#557166

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

Shades of Cutty Sark #557166

Tints of Cutty Sark #557166

Color information

#557166 (or 0x557166) is unknown color: approx Cutty Sark. HEX triplet: 55, 71 and 66. RGB value is (85,113,102). Sum of RGB (Red+Green+Blue) = 85+113+102=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #557166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557166 is #AA8E99. Grayscale: #676767. Windows color (decimal): -11177626 or 6713685. OLE color: 6713685.

HSL color Cylindrical-coordinate representation of color #557166: hue angle of 156.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557166 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB85113102-
CMYK0.2500.100.56
HSL156.43º14.14%38.82%-
HSV(B)156.43º24.78%44.31%-
XYZ12.0514.714.77-
YUV103.37127.22114.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 102 (40.23% from 255) = 34%
R=28.33%
G=37.67%
B=34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851131020.2500.100.56156.4314.1438.82
Hex557166190A389ce27
Octal12516114631012702341647
Binary1010101111000111001101100101010111000100111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557166; }

 p { color: rgb(85,113,102); }

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

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

 a { background-color: rgb(85,113,102); }

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

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

 span { border-color: rgb(85,113,102); }

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