#557468

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

Shades of Cutty Sark #557468

Tints of Cutty Sark #557468

Color information

#557468 (or 0x557468) is unknown color: approx Cutty Sark. HEX triplet: 55, 74 and 68. RGB value is (85,116,104). Sum of RGB (Red+Green+Blue) = 85+116+104=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #557468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557468 is #AA8B97. Grayscale: #696969. Windows color (decimal): -11176856 or 6845525. OLE color: 6845525.

HSL color Cylindrical-coordinate representation of color #557468: hue angle of 156.77º 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 #557468 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB85116104-
CMYK0.2700.100.55
HSL156.77º15.42%39.41%-
HSV(B)156.77º26.72%45.49%-
XYZ12.4915.4215.42-
YUV105.36127.23113.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=27.87%
G=38.03%
B=34.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851161040.2700.100.55156.7715.4239.41
Hex5574681B0A379df27
Octal12516415033012672351747
Binary1010101111010011010001101101010110111100111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557468; }

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

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

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

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

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

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

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

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