Html Css Color HEX #56836F Cutty Sark

📋 copy color: '#56836F'

red 86 ◦ green 131 ◦ blue 111

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

Shades of Cutty Sark #56836F

Tints of Cutty Sark #56836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.94%

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

R = 26.22%
G = 39.94%
B = 33.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#56836F (or 0x56836F) is known color: Cutty Sark. HEX triplet: 56, 83 and 6F. RGB value is (86,131,111). Sum of RGB (Red+Green+Blue) = 86+131+111=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 131 - color contains mainly: green. Hex color #56836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56836F is #A97C90. Grayscale: #737373. Windows color (decimal): -11107473 or 7308118. OLE color: 7308118.

HSL color Cylindrical-coordinate representation of color #56836F: hue angle of 153.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56836F is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 131 111 -
CMYK 0.34 0 0.15 0.49
HSL 153.33º 0.21% 0.43% -
HSV(B) 153.33º 0.34% 0.51% -
XYZ 14.82 19.36 17.99 -
YUV 115.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 86 131 111 0.34 0 0.15 0.49 153.33 0.21 0.43
Hex 56 83 6F 22 0 F 31 99 15 2B
Octal 126 203 157 42 0 17 61 231 25 53
Binary 1010110 10000011 1101111 100010 0 1111 110001 10011001 10101 101011

Color Harmonies of #56836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56836F

Black with #56836F

Text Example


Text Example

White with #56836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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