#557769

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

Shades of Cutty Sark #557769

Tints of Cutty Sark #557769

Color information

#557769 (or 0x557769) is unknown color: approx Cutty Sark. HEX triplet: 55, 77 and 69. RGB value is (85,119,105). Sum of RGB (Red+Green+Blue) = 85+119+105=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #557769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557769 is #AA8896. Grayscale: #6B6B6B. Windows color (decimal): -11176087 or 6911829. OLE color: 6911829.

HSL color Cylindrical-coordinate representation of color #557769: hue angle of 155.29º 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 #557769 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB85119105-
CMYK0.2900.120.53
HSL155.29º16.67%40%-
HSV(B)155.29º28.57%46.67%-
XYZ12.8916.1415.8-
YUV107.24126.74112.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=27.51%
G=38.51%
B=33.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191050.2900.120.53155.2916.6740
Hex5577691D0C359b1128
Octal12516715135014652332150
Binary10101011110111110100111101011001101011001101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557769; }

 p { color: rgb(85,119,105); }

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

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

 a { background-color: rgb(85,119,105); }

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

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

 span { border-color: rgb(85,119,105); }

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