Html Css Color HEX #567D6E Cutty Sark

📋 copy color: '#567D6E'

red 86 ◦ green 125 ◦ blue 110

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

Shades of Cutty Sark #567D6E

Tints of Cutty Sark #567D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.94%

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 26.79%
G = 38.94%
B = 34.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#567D6E (or 0x567D6E) is known color: Cutty Sark. HEX triplet: 56, 7D and 6E. RGB value is (86,125,110). Sum of RGB (Red+Green+Blue) = 86+125+110=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 125 - color contains mainly: green. Hex color #567D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D6E is #A98291. Grayscale: #6F6F6F. Windows color (decimal): -11109010 or 7241046. OLE color: 7241046.

HSL color Cylindrical-coordinate representation of color #567D6E: hue angle of 156.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567D6E is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 125 110 -
CMYK 0.31 0 0.12 0.51
HSL 156.92º 0.18% 0.41% -
HSV(B) 156.92º 0.31% 0.49% -
XYZ 13.99 17.77 17.44 -
YUV 111.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 86 125 110 0.31 0 0.12 0.51 156.92 0.18 0.41
Hex 56 7D 6E 1F 0 C 33 9D 12 29
Octal 126 175 156 37 0 14 63 235 22 51
Binary 1010110 1111101 1101110 11111 0 1100 110011 10011101 10010 101001

Color Harmonies of #567D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567D6E

Black with #567D6E

Text Example


Text Example

White with #567D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,125,110); }

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

background-color css

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

 a { background-color: rgb(86,125,110); }

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

border-color css

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

 span { border-color: rgb(86,125,110); }

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