#557568

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

Shades of Cutty Sark #557568

Tints of Cutty Sark #557568

Color information

#557568 (or 0x557568) is unknown color: approx Cutty Sark. HEX triplet: 55, 75 and 68. RGB value is (85,117,104). Sum of RGB (Red+Green+Blue) = 85+117+104=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #557568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557568 is #AA8A97. Grayscale: #696969. Windows color (decimal): -11176600 or 6845781. OLE color: 6845781.

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

Color convert

RGB85117104-
CMYK0.2700.110.54
HSL155.62º15.84%39.61%-
HSV(B)155.62º27.35%45.88%-
XYZ12.6115.6515.45-
YUV105.95126.9113.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=27.78%
G=38.24%
B=33.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851171040.2700.110.54155.6215.8439.61
Hex5575681B0B369c1028
Octal12516515033013662342050
Binary10101011110101110100011011010111101101001110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557568; }

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

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

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

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

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

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

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

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