#568C6B

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

Shades of Cutty Sark #568C6B

Tints of Cutty Sark #568C6B

Color information

#568C6B (or 0x568C6B) is unknown color: approx Cutty Sark. HEX triplet: 56, 8C and 6B. RGB value is (86,140,107). Sum of RGB (Red+Green+Blue) = 86+140+107=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #568C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568C6B is #A97394. Grayscale: #787878. Windows color (decimal): -11105173 or 7048278. OLE color: 7048278.

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

Color convert

RGB86140107-
CMYK0.3900.240.45
HSL143.33º23.89%44.31%-
HSV(B)143.33º38.57%54.9%-
XYZ15.8721.817.28-
YUV120.09120.61103.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=25.83%
G=42.04%
B=32.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861401070.3900.240.45143.3323.8944.31
Hex568C6B270182D8f182c
Octal12621415347030552173054
Binary10101101000110011010111001110110001011011000111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568C6B; }

 p { color: rgb(86,140,107); }

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

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

 a { background-color: rgb(86,140,107); }

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

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

 span { border-color: rgb(86,140,107); }

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