#568B6C

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

Shades of Cutty Sark #568B6C

Tints of Cutty Sark #568B6C

Color information

#568B6C (or 0x568B6C) is unknown color: approx Cutty Sark. HEX triplet: 56, 8B and 6C. RGB value is (86,139,108). Sum of RGB (Red+Green+Blue) = 86+139+108=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #568B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568B6C is #A97493. Grayscale: #777777. Windows color (decimal): -11105428 or 7113558. OLE color: 7113558.

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

Color convert

RGB86139108-
CMYK0.3800.220.45
HSL144.91º23.56%44.12%-
HSV(B)144.91º38.13%54.51%-
XYZ15.7821.5317.51-
YUV119.62121.44104.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 139 (54.69% from 255) = 41.74%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=25.83%
G=41.74%
B=32.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861391080.3800.220.45144.9123.5644.12
Hex568B6C260162D91182c
Octal12621315446026552213054
Binary10101101000101111011001001100101101011011001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,139,108); }

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

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

 a { background-color: rgb(86,139,108); }

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

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

 span { border-color: rgb(86,139,108); }

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