Html Css Color HEX #568172 Cutty Sark

📋 copy color: '#568172'

red 86 ◦ green 129 ◦ blue 114

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

Shades of Cutty Sark #568172

Tints of Cutty Sark #568172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.21%

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

R = 26.14%
G = 39.21%
B = 34.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#568172 (or 0x568172) is known color: Cutty Sark. HEX triplet: 56, 81 and 72. RGB value is (86,129,114). Sum of RGB (Red+Green+Blue) = 86+129+114=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #568172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568172 is #A97E8D. Grayscale: #727272. Windows color (decimal): -11107982 or 7504214. OLE color: 7504214.

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

Color convert

RGB 86 129 114 -
CMYK 0.33 0 0.12 0.49
HSL 159.07º 0.2% 0.42% -
HSV(B) 159.07º 0.33% 0.51% -
XYZ 14.73 18.89 18.79 -
YUV 114.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 86 129 114 0.33 0 0.12 0.49 159.07 0.2 0.42
Hex 56 81 72 21 0 C 31 9F 14 2A
Octal 126 201 162 41 0 14 61 237 24 52
Binary 1010110 10000001 1110010 100001 0 1100 110001 10011111 10100 101010

Color Harmonies of #568172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568172

Black with #568172

Text Example


Text Example

White with #568172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568172; }

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

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

background-color css

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

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

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

border-color css

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

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

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