Html Css Color HEX #568071 Cutty Sark

📋 copy color: '#568071'

red 86 ◦ green 128 ◦ blue 113

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

Shades of Cutty Sark #568071

Tints of Cutty Sark #568071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.14%

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 26.3%
G = 39.14%
B = 34.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#568071 (or 0x568071) is known color: Cutty Sark. HEX triplet: 56, 80 and 71. RGB value is (86,128,113). Sum of RGB (Red+Green+Blue) = 86+128+113=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #568071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568071 is #A97F8E. Grayscale: #717171. Windows color (decimal): -11108239 or 7438422. OLE color: 7438422.

HSL color Cylindrical-coordinate representation of color #568071: hue angle of 158.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #568071 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 128 113 -
CMYK 0.33 0 0.12 0.50
HSL 158.57º 0.2% 0.42% -
HSV(B) 158.57º 0.33% 0.5% -
XYZ 14.54 18.61 18.45 -
YUV 113.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 86 128 113 0.33 0 0.12 0.50 158.57 0.2 0.42
Hex 56 80 71 21 0 C 32 9F 14 2A
Octal 126 200 161 41 0 14 62 237 24 52
Binary 1010110 10000000 1110001 100001 0 1100 110010 10011111 10100 101010

Color Harmonies of #568071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568071

Black with #568071

Text Example


Text Example

White with #568071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568071; }

 p { color: rgb(86,128,113); }

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

background-color css

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

 a { background-color: rgb(86,128,113); }

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

border-color css

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

 span { border-color: rgb(86,128,113); }

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