Html Css Color HEX #56846C Cutty Sark

📋 copy color: '#56846C'

red 86 ◦ green 132 ◦ blue 108

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

Shades of Cutty Sark #56846C

Tints of Cutty Sark #56846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.49%

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

R = 26.38%
G = 40.49%
B = 33.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#56846C (or 0x56846C) is known color: Cutty Sark. HEX triplet: 56, 84 and 6C. RGB value is (86,132,108). Sum of RGB (Red+Green+Blue) = 86+132+108=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #56846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56846C is #A97B93. Grayscale: #737373. Windows color (decimal): -11107220 or 7111766. OLE color: 7111766.

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

Color convert

RGB 86 132 108 -
CMYK 0.35 0 0.18 0.48
HSL 148.7º 0.21% 0.43% -
HSV(B) 148.7º 0.35% 0.52% -
XYZ 14.8 19.56 17.18 -
YUV 115.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 86 132 108 0.35 0 0.18 0.48 148.7 0.21 0.43
Hex 56 84 6C 23 0 12 30 95 15 2B
Octal 126 204 154 43 0 22 60 225 25 53
Binary 1010110 10000100 1101100 100011 0 10010 110000 10010101 10101 101011

Color Harmonies of #56846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56846C

Black with #56846C

Text Example


Text Example

White with #56846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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