Html Css Color HEX #568072 Cutty Sark

📋 copy color: '#568072'

red 86 ◦ green 128 ◦ blue 114

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

Shades of Cutty Sark #568072

Tints of Cutty Sark #568072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 26.22%
G = 39.02%
B = 34.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#568072 (or 0x568072) is known color: Cutty Sark. HEX triplet: 56, 80 and 72. RGB value is (86,128,114). Sum of RGB (Red+Green+Blue) = 86+128+114=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #568072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568072 is #A97F8D. Grayscale: #717171. Windows color (decimal): -11108238 or 7503958. OLE color: 7503958.

HSL color Cylindrical-coordinate representation of color #568072: hue angle of 160º 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 #568072 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 128 114 -
CMYK 0.33 0 0.11 0.50
HSL 160º 0.2% 0.42% -
HSV(B) 160º 0.33% 0.5% -
XYZ 14.59 18.63 18.75 -
YUV 113.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 86 128 114 0.33 0 0.11 0.50 160 0.2 0.42
Hex 56 80 72 21 0 B 32 A0 14 2A
Octal 126 200 162 41 0 13 62 240 24 52
Binary 1010110 10000000 1110010 100001 0 1011 110010 10100000 10100 101010

Color Harmonies of #568072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568072

Black with #568072

Text Example


Text Example

White with #568072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568072; }

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

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

background-color css

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

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

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

border-color css

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

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

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