#54846F

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

Shades of Cutty Sark #54846F

Tints of Cutty Sark #54846F

Color information

#54846F (or 0x54846F) is unknown color: approx Cutty Sark. HEX triplet: 54, 84 and 6F. RGB value is (84,132,111). Sum of RGB (Red+Green+Blue) = 84+132+111=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #54846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54846F is #AB7B90. Grayscale: #737373. Windows color (decimal): -11238289 or 7308372. OLE color: 7308372.

HSL color Cylindrical-coordinate representation of color #54846F: hue angle of 153.75º 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 #54846F is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB84132111-
CMYK0.3600.160.48
HSL153.75º22.22%42.35%-
HSV(B)153.75º36.36%51.76%-
XYZ14.7819.5418.03-
YUV115.25125.6105.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=25.69%
G=40.37%
B=33.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841321110.3600.160.48153.7522.2242.35
Hex54846F24010309a162a
Octal12420415744020602322652
Binary10101001000010011011111001000100001100001001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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