Html Css Color HEX #567D6D Cutty Sark

📋 copy color: '#567D6D'

red 86 ◦ green 125 ◦ blue 109

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

Shades of Cutty Sark #567D6D

Tints of Cutty Sark #567D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 26.88%
G = 39.06%
B = 34.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#567D6D (or 0x567D6D) is known color: Cutty Sark. HEX triplet: 56, 7D and 6D. RGB value is (86,125,109). Sum of RGB (Red+Green+Blue) = 86+125+109=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 125 - color contains mainly: green. Hex color #567D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D6D is #A98292. Grayscale: #6F6F6F. Windows color (decimal): -11109011 or 7175510. OLE color: 7175510.

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

Color convert

RGB 86 125 109 -
CMYK 0.31 0 0.13 0.51
HSL 155.38º 0.18% 0.41% -
HSV(B) 155.38º 0.31% 0.49% -
XYZ 13.93 17.75 17.16 -
YUV 111.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 86 125 109 0.31 0 0.13 0.51 155.38 0.18 0.41
Hex 56 7D 6D 1F 0 D 33 9B 12 29
Octal 126 175 155 37 0 15 63 233 22 51
Binary 1010110 1111101 1101101 11111 0 1101 110011 10011011 10010 101001

Color Harmonies of #567D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567D6D

Black with #567D6D

Text Example


Text Example

White with #567D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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