Html Css Color HEX #56866F Cutty Sark

📋 copy color: '#56866F'

red 86 ◦ green 134 ◦ blue 111

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

Shades of Cutty Sark #56866F

Tints of Cutty Sark #56866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

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

R = 25.98%
G = 40.48%
B = 33.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#56866F (or 0x56866F) is known color: Cutty Sark. HEX triplet: 56, 86 and 6F. RGB value is (86,134,111). Sum of RGB (Red+Green+Blue) = 86+134+111=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #56866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56866F is #A97990. Grayscale: #757575. Windows color (decimal): -11106705 or 7308886. OLE color: 7308886.

HSL color Cylindrical-coordinate representation of color #56866F: hue angle of 151.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56866F is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 134 111 -
CMYK 0.36 0 0.17 0.47
HSL 151.25º 0.22% 0.43% -
HSV(B) 151.25º 0.36% 0.53% -
XYZ 15.23 20.18 18.13 -
YUV 117.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 86 134 111 0.36 0 0.17 0.47 151.25 0.22 0.43
Hex 56 86 6F 24 0 11 2F 97 16 2B
Octal 126 206 157 44 0 21 57 227 26 53
Binary 1010110 10000110 1101111 100100 0 10001 101111 10010111 10110 101011

Color Harmonies of #56866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56866F

Black with #56866F

Text Example


Text Example

White with #56866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56866F; }

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

 H1.HeaderClassName
 {
   color: #56866F;
 }
 .AnyTagClassName
 {
   color: #56866F;
 }
</style>

background-color css

<style>
 a { background-color: #56866F; }

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

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

border-color css

<style>
 span { border-color: #56866F; }

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

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