#557669

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

Shades of Cutty Sark #557669

Tints of Cutty Sark #557669

Color information

#557669 (or 0x557669) is unknown color: approx Cutty Sark. HEX triplet: 55, 76 and 69. RGB value is (85,118,105). Sum of RGB (Red+Green+Blue) = 85+118+105=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #557669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557669 is #AA8996. Grayscale: #6A6A6A. Windows color (decimal): -11176343 or 6911573. OLE color: 6911573.

HSL color Cylindrical-coordinate representation of color #557669: hue angle of 156.36º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557669 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB85118105-
CMYK0.2800.110.54
HSL156.36º16.26%39.8%-
HSV(B)156.36º27.97%46.27%-
XYZ12.7715.9115.76-
YUV106.65127.07112.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=27.60%
G=38.31%
B=34.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851181050.2800.110.54156.3616.2639.8
Hex5576691C0B369c1028
Octal12516615134013662342050
Binary10101011110110110100111100010111101101001110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557669; }

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

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

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

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

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

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

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

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