#569070

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

Shades of Cutty Sark #569070

Tints of Cutty Sark #569070

Color information

#569070 (or 0x569070) is unknown color: approx Cutty Sark. HEX triplet: 56, 90 and 70. RGB value is (86,144,112). Sum of RGB (Red+Green+Blue) = 86+144+112=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #569070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569070 is #A96F8F. Grayscale: #7B7B7B. Windows color (decimal): -11104144 or 7376982. OLE color: 7376982.

HSL color Cylindrical-coordinate representation of color #569070: hue angle of 146.9º 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 #569070 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB86144112-
CMYK0.4000.220.44
HSL146.9º25.22%45.1%-
HSV(B)146.9º40.28%56.47%-
XYZ16.7423.0918.9-
YUV123.01121.78101.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=25.15%
G=42.11%
B=32.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861441120.4000.220.44146.925.2245.1
Hex569070280162C93192d
Octal12622016050026542233155
Binary10101101001000011100001010000101101011001001001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569070; }

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

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

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

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

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

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

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

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