#569072

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

Shades of Cutty Sark #569072

Tints of Cutty Sark #569072

Color information

#569072 (or 0x569072) is unknown color: approx Cutty Sark. HEX triplet: 56, 90 and 72. RGB value is (86,144,114). Sum of RGB (Red+Green+Blue) = 86+144+114=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #569072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569072 is #A96F8D. Grayscale: #7B7B7B. Windows color (decimal): -11104142 or 7508054. OLE color: 7508054.

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

Color convert

RGB86144114-
CMYK0.4000.210.44
HSL148.97º25.22%45.1%-
HSV(B)148.97º40.28%56.47%-
XYZ16.8523.1419.5-
YUV123.24122.78101.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=25%
G=41.86%
B=33.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861441140.4000.210.44148.9725.2245.1
Hex569072280152C95192d
Octal12622016250025542253155
Binary10101101001000011100101010000101011011001001010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569072; }

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

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

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

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

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

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

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

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