#56846C

Color #56846C Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #56846C

Tints of Cutty Sark #56846C

Color information

#56846C (or 0x56846C) is unknown color: approx 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

RGB86132108-
CMYK0.3500.180.48
HSL148.7º21.1%42.75%-
HSV(B)148.7º34.85%51.76%-
XYZ14.819.5617.18-
YUV115.51123.76106.95-

RGB Variations

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

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 (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861321080.3500.180.48148.721.142.75
Hex56846C230123095152b
Octal12620415443022602252553
Binary10101101000010011011001000110100101100001001010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>