#558369

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

Shades of Cutty Sark #558369

Tints of Cutty Sark #558369

Color information

#558369 (or 0x558369) is unknown color: approx Cutty Sark. HEX triplet: 55, 83 and 69. RGB value is (85,131,105). Sum of RGB (Red+Green+Blue) = 85+131+105=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #558369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558369 is #AA7C96. Grayscale: #727272. Windows color (decimal): -11173015 or 6914901. OLE color: 6914901.

HSL color Cylindrical-coordinate representation of color #558369: hue angle of 146.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #558369 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB85131105-
CMYK0.3500.200.49
HSL146.09º21.3%42.35%-
HSV(B)146.09º35.11%51.37%-
XYZ14.4119.1816.31-
YUV114.28122.76107.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=26.48%
G=40.81%
B=32.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851311050.3500.200.49146.0921.342.35
Hex558369230143192152a
Octal12520315143024612222552
Binary10101011000001111010011000110101001100011001001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558369; }

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

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

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

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

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

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

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

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