#568B75

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

Shades of Cutty Sark #568B75

Tints of Cutty Sark #568B75

Color information

#568B75 (or 0x568B75) is unknown color: approx Cutty Sark. HEX triplet: 56, 8B and 75. RGB value is (86,139,117). Sum of RGB (Red+Green+Blue) = 86+139+117=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #568B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568B75 is #A9748A. Grayscale: #787878. Windows color (decimal): -11105419 or 7703382. OLE color: 7703382.

HSL color Cylindrical-coordinate representation of color #568B75: hue angle of 155.09º 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 #568B75 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB86139117-
CMYK0.3800.160.45
HSL155.09º23.56%44.12%-
HSV(B)155.09º38.13%54.51%-
XYZ16.2821.7320.17-
YUV120.64125.94103.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=25.15%
G=40.64%
B=34.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861391170.3800.160.45155.0923.5644.12
Hex568B75260102D9b182c
Octal12621316546020552333054
Binary10101101000101111101011001100100001011011001101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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