#557868

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

Shades of Cutty Sark #557868

Tints of Cutty Sark #557868

Color information

#557868 (or 0x557868) is unknown color: approx Cutty Sark. HEX triplet: 55, 78 and 68. RGB value is (85,120,104). Sum of RGB (Red+Green+Blue) = 85+120+104=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #557868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557868 is #AA8797. Grayscale: #6B6B6B. Windows color (decimal): -11175832 or 6846549. OLE color: 6846549.

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

Color convert

RGB85120104-
CMYK0.2900.130.53
HSL152.57º17.07%40.2%-
HSV(B)152.57º29.17%47.06%-
XYZ12.9616.3615.57-
YUV107.71125.9111.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=27.51%
G=38.83%
B=33.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851201040.2900.130.53152.5717.0740.2
Hex5578681D0D35991128
Octal12517015035015652312150
Binary10101011111000110100011101011011101011001100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557868; }

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

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

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

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

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

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

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

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