#559072

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

Shades of Cutty Sark #559072

Tints of Cutty Sark #559072

Color information

#559072 (or 0x559072) is unknown color: approx Cutty Sark. HEX triplet: 55, 90 and 72. RGB value is (85,144,114). Sum of RGB (Red+Green+Blue) = 85+144+114=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #559072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559072 is #AA6F8D. Grayscale: #7B7B7B. Windows color (decimal): -11169678 or 7508053. OLE color: 7508053.

HSL color Cylindrical-coordinate representation of color #559072: hue angle of 149.49º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559072 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB85144114-
CMYK0.4100.210.44
HSL149.49º25.76%44.9%-
HSV(B)149.49º40.97%56.47%-
XYZ16.7623.0919.49-
YUV122.94122.95100.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=24.78%
G=41.98%
B=33.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851441140.4100.210.44149.4925.7644.9
Hex559072290152C951a2d
Octal12522016251025542253255
Binary10101011001000011100101010010101011011001001010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559072; }

 p { color: rgb(85,144,114); }

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

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

 a { background-color: rgb(85,144,114); }

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

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

 span { border-color: rgb(85,144,114); }

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