Html Css Color HEX #567D6F Cutty Sark

📋 copy color: '#567D6F'

red 86 ◦ green 125 ◦ blue 111

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

Shades of Cutty Sark #567D6F

Tints of Cutty Sark #567D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 26.71%
G = 38.82%
B = 34.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#567D6F (or 0x567D6F) is known color: Cutty Sark. HEX triplet: 56, 7D and 6F. RGB value is (86,125,111). Sum of RGB (Red+Green+Blue) = 86+125+111=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 125 - color contains mainly: green. Hex color #567D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D6F is #A98290. Grayscale: #6F6F6F. Windows color (decimal): -11109009 or 7306582. OLE color: 7306582.

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

Color convert

RGB 86 125 111 -
CMYK 0.31 0 0.11 0.51
HSL 158.46º 0.18% 0.41% -
HSV(B) 158.46º 0.31% 0.49% -
XYZ 14.04 17.79 17.73 -
YUV 111.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 86 125 111 0.31 0 0.11 0.51 158.46 0.18 0.41
Hex 56 7D 6F 1F 0 B 33 9E 12 29
Octal 126 175 157 37 0 13 63 236 22 51
Binary 1010110 1111101 1101111 11111 0 1011 110011 10011110 10010 101001

Color Harmonies of #567D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567D6F

Black with #567D6F

Text Example


Text Example

White with #567D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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