Html Css Color HEX #56816C Cutty Sark

📋 copy color: '#56816C'

red 86 ◦ green 129 ◦ blue 108

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

Shades of Cutty Sark #56816C

Tints of Cutty Sark #56816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.94%

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 26.63%
G = 39.94%
B = 33.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#56816C (or 0x56816C) is known color: Cutty Sark. HEX triplet: 56, 81 and 6C. RGB value is (86,129,108). Sum of RGB (Red+Green+Blue) = 86+129+108=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #56816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56816C is #A97E93. Grayscale: #717171. Windows color (decimal): -11107988 or 7110998. OLE color: 7110998.

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

Color convert

RGB 86 129 108 -
CMYK 0.33 0 0.16 0.49
HSL 150.7º 0.2% 0.42% -
HSV(B) 150.7º 0.33% 0.51% -
XYZ 14.39 18.76 17.05 -
YUV 113.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 86 129 108 0.33 0 0.16 0.49 150.7 0.2 0.42
Hex 56 81 6C 21 0 10 31 97 14 2A
Octal 126 201 154 41 0 20 61 227 24 52
Binary 1010110 10000001 1101100 100001 0 10000 110001 10010111 10100 101010

Color Harmonies of #56816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56816C

Black with #56816C

Text Example


Text Example

White with #56816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56816C; }

 p { color: rgb(86,129,108); }

 H1.HeaderClassName
 {
   color: #56816C;
 }
 .AnyTagClassName
 {
   color: #56816C;
 }
</style>

background-color css

<style>
 a { background-color: #56816C; }

 a { background-color: rgb(86,129,108); }

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

border-color css

<style>
 span { border-color: #56816C; }

 span { border-color: rgb(86,129,108); }

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