Html Css Color HEX #568770 Cutty Sark

📋 copy color: '#568770'

red 86 ◦ green 135 ◦ blue 112

#568770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #568770

Tints of Cutty Sark #568770

RGB

 RED value IS 86 (33.98% from 255) = 25.83%

 GREEN value IS 135 (53.13% from 255) = 40.54%

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 25.83%
G = 40.54%
B = 33.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#568770 (or 0x568770) is known color: Cutty Sark. HEX triplet: 56, 87 and 70. RGB value is (86,135,112). Sum of RGB (Red+Green+Blue) = 86+135+112=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #568770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568770 is #A9788F. Grayscale: #757575. Windows color (decimal): -11106448 or 7374678. OLE color: 7374678.

HSL color Cylindrical-coordinate representation of color #568770: hue angle of 151.84º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #568770 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 135 112 -
CMYK 0.36 0 0.17 0.47
HSL 151.84º 0.22% 0.43% -
HSV(B) 151.84º 0.36% 0.53% -
XYZ 15.43 20.48 18.47 -
YUV 117.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 86 135 112 0.36 0 0.17 0.47 151.84 0.22 0.43
Hex 56 87 70 24 0 11 2F 98 16 2B
Octal 126 207 160 44 0 21 57 230 26 53
Binary 1010110 10000111 1110000 100100 0 10001 101111 10011000 10110 101011

Color Harmonies of #568770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568770

Black with #568770

Text Example


Text Example

White with #568770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568770; }

 p { color: rgb(86,135,112); }

 H1.HeaderClassName
 {
   color: #568770;
 }
 .AnyTagClassName
 {
   color: #568770;
 }
</style>

background-color css

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

 a { background-color: rgb(86,135,112); }

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

border-color css

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

 span { border-color: rgb(86,135,112); }

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