Html Css Color HEX #56826A Cutty Sark

📋 copy color: '#56826A'

red 86 ◦ green 130 ◦ blue 106

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

Shades of Cutty Sark #56826A

Tints of Cutty Sark #56826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 26.71%
G = 40.37%
B = 32.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#56826A (or 0x56826A) is known color: Cutty Sark. HEX triplet: 56, 82 and 6A. RGB value is (86,130,106). Sum of RGB (Red+Green+Blue) = 86+130+106=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #56826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56826A is #A97D95. Grayscale: #727272. Windows color (decimal): -11107734 or 6980182. OLE color: 6980182.

HSL color Cylindrical-coordinate representation of color #56826A: hue angle of 147.27º 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 #56826A is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 130 106 -
CMYK 0.34 0 0.18 0.49
HSL 147.27º 0.2% 0.42% -
HSV(B) 147.27º 0.34% 0.51% -
XYZ 14.42 18.98 16.54 -
YUV 114.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 86 130 106 0.34 0 0.18 0.49 147.27 0.2 0.42
Hex 56 82 6A 22 0 12 31 93 14 2A
Octal 126 202 152 42 0 22 61 223 24 52
Binary 1010110 10000010 1101010 100010 0 10010 110001 10010011 10100 101010

Color Harmonies of #56826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56826A

Black with #56826A

Text Example


Text Example

White with #56826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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