Html Css Color HEX #56856F Cutty Sark

📋 copy color: '#56856F'

red 86 ◦ green 133 ◦ blue 111

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

Shades of Cutty Sark #56856F

Tints of Cutty Sark #56856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

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

R = 26.06%
G = 40.3%
B = 33.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#56856F (or 0x56856F) is known color: Cutty Sark. HEX triplet: 56, 85 and 6F. RGB value is (86,133,111). Sum of RGB (Red+Green+Blue) = 86+133+111=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #56856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56856F is #A97A90. Grayscale: #747474. Windows color (decimal): -11106961 or 7308630. OLE color: 7308630.

HSL color Cylindrical-coordinate representation of color #56856F: hue angle of 151.91º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56856F is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 133 111 -
CMYK 0.35 0 0.17 0.48
HSL 151.91º 0.21% 0.43% -
HSV(B) 151.91º 0.35% 0.52% -
XYZ 15.09 19.9 18.08 -
YUV 116.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 86 133 111 0.35 0 0.17 0.48 151.91 0.21 0.43
Hex 56 85 6F 23 0 11 30 98 15 2B
Octal 126 205 157 43 0 21 60 230 25 53
Binary 1010110 10000101 1101111 100011 0 10001 110000 10011000 10101 101011

Color Harmonies of #56856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56856F

Black with #56856F

Text Example


Text Example

White with #56856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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