#557466

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

Shades of Cutty Sark #557466

Tints of Cutty Sark #557466

Color information

#557466 (or 0x557466) is unknown color: approx Cutty Sark. HEX triplet: 55, 74 and 66. RGB value is (85,116,102). Sum of RGB (Red+Green+Blue) = 85+116+102=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #557466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557466 is #AA8B99. Grayscale: #696969. Windows color (decimal): -11176858 or 6714453. OLE color: 6714453.

HSL color Cylindrical-coordinate representation of color #557466: hue angle of 152.9º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557466 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB85116102-
CMYK0.2700.120.55
HSL152.9º15.42%39.41%-
HSV(B)152.9º26.72%45.49%-
XYZ12.3915.3814.89-
YUV105.14126.23113.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=28.05%
G=38.28%
B=33.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851161020.2700.120.55152.915.4239.41
Hex5574661B0C3799f27
Octal12516414633014672311747
Binary1010101111010011001101101101100110111100110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557466; }

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

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

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

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

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

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

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

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