#568274

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

Shades of Cutty Sark #568274

Tints of Cutty Sark #568274

Color information

#568274 (or 0x568274) is unknown color: approx Cutty Sark. HEX triplet: 56, 82 and 74. RGB value is (86,130,116). Sum of RGB (Red+Green+Blue) = 86+130+116=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #568274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568274 is #A97D8B. Grayscale: #737373. Windows color (decimal): -11107724 or 7635542. OLE color: 7635542.

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

Color convert

RGB86130116-
CMYK0.3400.110.49
HSL160.91º20.37%42.35%-
HSV(B)160.91º33.85%50.98%-
XYZ14.9719.219.44-
YUV115.25128.42107.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=25.90%
G=39.16%
B=34.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861301160.3400.110.49160.9120.3742.35
Hex568274220B31a1142a
Octal12620216442013612412452
Binary1010110100000101110100100010010111100011010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568274; }

 p { color: rgb(86,130,116); }

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

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

 a { background-color: rgb(86,130,116); }

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

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

 span { border-color: rgb(86,130,116); }

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