#567268

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

Shades of Cutty Sark #567268

Tints of Cutty Sark #567268

Color information

#567268 (or 0x567268) is unknown color: approx Cutty Sark. HEX triplet: 56, 72 and 68. RGB value is (86,114,104). Sum of RGB (Red+Green+Blue) = 86+114+104=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #567268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567268 is #A98D97. Grayscale: #686868. Windows color (decimal): -11111832 or 6845014. OLE color: 6845014.

HSL color Cylindrical-coordinate representation of color #567268: hue angle of 158.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #567268 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB86114104-
CMYK0.2500.090.55
HSL158.57º14%39.22%-
HSV(B)158.57º24.56%44.71%-
XYZ12.3515.0115.34-
YUV104.49127.72114.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=28.29%
G=37.5%
B=34.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861141040.2500.090.55158.571439.22
Hex5672681909379fe27
Octal12616215031011672371647
Binary1010110111001011010001100101001110111100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567268; }

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

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

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

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

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

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

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

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