Html Css Color HEX #567E71 Cutty Sark

📋 copy color: '#567E71'

red 86 ◦ green 126 ◦ blue 113

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

Shades of Cutty Sark #567E71

Tints of Cutty Sark #567E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.77%

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

R = 26.46%
G = 38.77%
B = 34.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#567E71 (or 0x567E71) is known color: Cutty Sark. HEX triplet: 56, 7E and 71. RGB value is (86,126,113). Sum of RGB (Red+Green+Blue) = 86+126+113=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #567E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567E71 is #A9818E. Grayscale: #707070. Windows color (decimal): -11108751 or 7437910. OLE color: 7437910.

HSL color Cylindrical-coordinate representation of color #567E71: hue angle of 160.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567E71 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 126 113 -
CMYK 0.32 0 0.10 0.51
HSL 160.5º 0.19% 0.42% -
HSV(B) 160.5º 0.32% 0.49% -
XYZ 14.28 18.09 18.36 -
YUV 112.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 86 126 113 0.32 0 0.10 0.51 160.5 0.19 0.42
Hex 56 7E 71 20 0 A 33 A0 13 2A
Octal 126 176 161 40 0 12 63 240 23 52
Binary 1010110 1111110 1110001 100000 0 1010 110011 10100000 10011 101010

Color Harmonies of #567E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567E71

Black with #567E71

Text Example


Text Example

White with #567E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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