Html Css Color HEX #56826D Cutty Sark

📋 copy color: '#56826D'

red 86 ◦ green 130 ◦ blue 109

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

Shades of Cutty Sark #56826D

Tints of Cutty Sark #56826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

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

R = 26.46%
G = 40%
B = 33.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#56826D (or 0x56826D) is known color: Cutty Sark. HEX triplet: 56, 82 and 6D. RGB value is (86,130,109). Sum of RGB (Red+Green+Blue) = 86+130+109=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #56826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56826D is #A97D92. Grayscale: #727272. Windows color (decimal): -11107731 or 7176790. OLE color: 7176790.

HSL color Cylindrical-coordinate representation of color #56826D: hue angle of 151.36º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56826D is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 130 109 -
CMYK 0.34 0 0.16 0.49
HSL 151.36º 0.2% 0.42% -
HSV(B) 151.36º 0.34% 0.51% -
XYZ 14.58 19.05 17.38 -
YUV 114.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 86 130 109 0.34 0 0.16 0.49 151.36 0.2 0.42
Hex 56 82 6D 22 0 10 31 97 14 2A
Octal 126 202 155 42 0 20 61 227 24 52
Binary 1010110 10000010 1101101 100010 0 10000 110001 10010111 10100 101010

Color Harmonies of #56826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56826D

Black with #56826D

Text Example


Text Example

White with #56826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56826D; }

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

 H1.HeaderClassName
 {
   color: #56826D;
 }
 .AnyTagClassName
 {
   color: #56826D;
 }
</style>

background-color css

<style>
 a { background-color: #56826D; }

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

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

border-color css

<style>
 span { border-color: #56826D; }

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

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