Html Css Color HEX #567E70 Cutty Sark

📋 copy color: '#567E70'

red 86 ◦ green 126 ◦ blue 112

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

Shades of Cutty Sark #567E70

Tints of Cutty Sark #567E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 26.54%
G = 38.89%
B = 34.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#567E70 (or 0x567E70) is known color: Cutty Sark. HEX triplet: 56, 7E and 70. RGB value is (86,126,112). Sum of RGB (Red+Green+Blue) = 86+126+112=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #567E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567E70 is #A9818F. Grayscale: #707070. Windows color (decimal): -11108752 or 7372374. OLE color: 7372374.

HSL color Cylindrical-coordinate representation of color #567E70: hue angle of 159º 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 #567E70 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 126 112 -
CMYK 0.32 0 0.11 0.51
HSL 159º 0.19% 0.42% -
HSV(B) 159º 0.32% 0.49% -
XYZ 14.22 18.07 18.07 -
YUV 112.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 86 126 112 0.32 0 0.11 0.51 159 0.19 0.42
Hex 56 7E 70 20 0 B 33 9F 13 2A
Octal 126 176 160 40 0 13 63 237 23 52
Binary 1010110 1111110 1110000 100000 0 1011 110011 10011111 10011 101010

Color Harmonies of #567E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567E70

Black with #567E70

Text Example


Text Example

White with #567E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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