Html Css Color HEX #56826E Cutty Sark

📋 copy color: '#56826E'

red 86 ◦ green 130 ◦ blue 110

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

Shades of Cutty Sark #56826E

Tints of Cutty Sark #56826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 26.38%
G = 39.88%
B = 33.74%

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

#56826E (or 0x56826E) is known color: Cutty Sark. HEX triplet: 56, 82 and 6E. RGB value is (86,130,110). Sum of RGB (Red+Green+Blue) = 86+130+110=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #56826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56826E is #A97D91. Grayscale: #727272. Windows color (decimal): -11107730 or 7242326. OLE color: 7242326.

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

Color convert

RGB 86 130 110 -
CMYK 0.34 0 0.15 0.49
HSL 152.73º 0.2% 0.42% -
HSV(B) 152.73º 0.34% 0.51% -
XYZ 14.63 19.07 17.66 -
YUV 114.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 86 130 110 0.34 0 0.15 0.49 152.73 0.2 0.42
Hex 56 82 6E 22 0 F 31 99 14 2A
Octal 126 202 156 42 0 17 61 231 24 52
Binary 1010110 10000010 1101110 100010 0 1111 110001 10011001 10100 101010

Color Harmonies of #56826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56826E

Black with #56826E

Text Example


Text Example

White with #56826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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