#54846C

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

Shades of Cutty Sark #54846C

Tints of Cutty Sark #54846C

Color information

#54846C (or 0x54846C) is unknown color: approx Cutty Sark. HEX triplet: 54, 84 and 6C. RGB value is (84,132,108). Sum of RGB (Red+Green+Blue) = 84+132+108=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #54846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54846C is #AB7B93. Grayscale: #727272. Windows color (decimal): -11238292 or 7111764. OLE color: 7111764.

HSL color Cylindrical-coordinate representation of color #54846C: hue angle of 150º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54846C is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB84132108-
CMYK0.3600.180.48
HSL150º22.22%42.35%-
HSV(B)150º36.36%51.76%-
XYZ14.6119.4717.18-
YUV114.91124.1105.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=25.93%
G=40.74%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841321080.3600.180.4815022.2242.35
Hex54846C240123096162a
Octal12420415444022602262652
Binary10101001000010011011001001000100101100001001011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54846C;
 }
 .AnyTagClassName
 {
   color: #54846C;
 }
</style>
background-color css

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

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

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

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

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

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