Html Css Color HEX #56856A Cutty Sark

📋 copy color: '#56856A'

red 86 ◦ green 133 ◦ blue 106

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

Shades of Cutty Sark #56856A

Tints of Cutty Sark #56856A

RGB

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

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

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

R = 26.46%
G = 40.92%
B = 32.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#56856A (or 0x56856A) is known color: Cutty Sark. HEX triplet: 56, 85 and 6A. RGB value is (86,133,106). Sum of RGB (Red+Green+Blue) = 86+133+106=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #56856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56856A is #A97A95. Grayscale: #737373. Windows color (decimal): -11106966 or 6980950. OLE color: 6980950.

HSL color Cylindrical-coordinate representation of color #56856A: hue angle of 145.53º 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 #56856A is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 133 106 -
CMYK 0.35 0 0.20 0.48
HSL 145.53º 0.21% 0.43% -
HSV(B) 145.53º 0.35% 0.52% -
XYZ 14.83 19.79 16.67 -
YUV 115.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 86 133 106 0.35 0 0.20 0.48 145.53 0.21 0.43
Hex 56 85 6A 23 0 14 30 92 15 2B
Octal 126 205 152 43 0 24 60 222 25 53
Binary 1010110 10000101 1101010 100011 0 10100 110000 10010010 10101 101011

Color Harmonies of #56856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56856A

Black with #56856A

Text Example


Text Example

White with #56856A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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