Html Css Color HEX #567A70 Cutty Sark

📋 copy color: '#567A70'

red 86 ◦ green 122 ◦ blue 112

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

Shades of Cutty Sark #567A70

Tints of Cutty Sark #567A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.13%

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

R = 26.88%
G = 38.13%
B = 35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#567A70 (or 0x567A70) is known color: Cutty Sark. HEX triplet: 56, 7A and 70. RGB value is (86,122,112). Sum of RGB (Red+Green+Blue) = 86+122+112=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #567A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A70 is #A9858F. Grayscale: #6E6E6E. Windows color (decimal): -11109776 or 7371350. OLE color: 7371350.

HSL color Cylindrical-coordinate representation of color #567A70: hue angle of 163.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567A70 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 122 112 -
CMYK 0.30 0 0.08 0.52
HSL 163.33º 0.17% 0.41% -
HSV(B) 163.33º 0.3% 0.48% -
XYZ 13.72 17.07 17.9 -
YUV 110.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 86 122 112 0.30 0 0.08 0.52 163.33 0.17 0.41
Hex 56 7A 70 1E 0 8 34 A3 11 29
Octal 126 172 160 36 0 10 64 243 21 51
Binary 1010110 1111010 1110000 11110 0 1000 110100 10100011 10001 101001

Color Harmonies of #567A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567A70

Black with #567A70

Text Example


Text Example

White with #567A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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