#568172

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

Shades of Cutty Sark #568172

Tints of Cutty Sark #568172

Color information

#568172 (or 0x568172) is unknown color: approx Cutty Sark. HEX triplet: 56, 81 and 72. RGB value is (86,129,114). Sum of RGB (Red+Green+Blue) = 86+129+114=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #568172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568172 is #A97E8D. Grayscale: #727272. Windows color (decimal): -11107982 or 7504214. OLE color: 7504214.

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

Color convert

RGB86129114-
CMYK0.3300.120.49
HSL159.07º20%42.16%-
HSV(B)159.07º33.33%50.59%-
XYZ14.7318.8918.79-
YUV114.43127.75107.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=26.14%
G=39.21%
B=34.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861291140.3300.120.49159.072042.16
Hex568172210C319f142a
Octal12620116241014612372452
Binary1010110100000011110010100001011001100011001111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568172; }

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

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

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

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

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

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

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

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