#569073

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

Shades of Cutty Sark #569073

Tints of Cutty Sark #569073

Color information

#569073 (or 0x569073) is unknown color: approx Cutty Sark. HEX triplet: 56, 90 and 73. RGB value is (86,144,115). Sum of RGB (Red+Green+Blue) = 86+144+115=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #569073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569073 is #A96F8C. Grayscale: #7B7B7B. Windows color (decimal): -11104141 or 7573590. OLE color: 7573590.

HSL color Cylindrical-coordinate representation of color #569073: hue angle of 150º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #569073 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB86144115-
CMYK0.4000.200.44
HSL150º25.22%45.1%-
HSV(B)150º40.28%56.47%-
XYZ16.9123.1619.8-
YUV123.35123.28101.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=24.93%
G=41.74%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861441150.4000.200.4415025.2245.1
Hex569073280142C96192d
Octal12622016350024542263155
Binary10101101001000011100111010000101001011001001011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569073; }

 p { color: rgb(86,144,115); }

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

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

 a { background-color: rgb(86,144,115); }

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

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

 span { border-color: rgb(86,144,115); }

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