Html Css Color HEX #568472 Cutty Sark

📋 copy color: '#568472'

red 86 ◦ green 132 ◦ blue 114

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

Shades of Cutty Sark #568472

Tints of Cutty Sark #568472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.76%

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

R = 25.9%
G = 39.76%
B = 34.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#568472 (or 0x568472) is known color: Cutty Sark. HEX triplet: 56, 84 and 72. RGB value is (86,132,114). Sum of RGB (Red+Green+Blue) = 86+132+114=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #568472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568472 is #A97B8D. Grayscale: #747474. Windows color (decimal): -11107214 or 7504982. OLE color: 7504982.

HSL color Cylindrical-coordinate representation of color #568472: hue angle of 156.52º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #568472 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 132 114 -
CMYK 0.35 0 0.14 0.48
HSL 156.52º 0.21% 0.43% -
HSV(B) 156.52º 0.35% 0.52% -
XYZ 15.13 19.7 18.92 -
YUV 116.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 86 132 114 0.35 0 0.14 0.48 156.52 0.21 0.43
Hex 56 84 72 23 0 E 30 9D 15 2B
Octal 126 204 162 43 0 16 60 235 25 53
Binary 1010110 10000100 1110010 100011 0 1110 110000 10011101 10101 101011

Color Harmonies of #568472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568472

Black with #568472

Text Example


Text Example

White with #568472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568472; }

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

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

background-color css

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

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

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

border-color css

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

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

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