Html Css Color HEX #54846E Cutty Sark

📋 copy color: '#54846E'

red 84 ◦ green 132 ◦ blue 110

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

Shades of Cutty Sark #54846E

Tints of Cutty Sark #54846E

RGB

 RED value IS 84 (33.2% from 255) = 25.77%

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

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 25.77%
G = 40.49%
B = 33.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#54846E (or 0x54846E) is known color: Cutty Sark. HEX triplet: 54, 84 and 6E. RGB value is (84,132,110). Sum of RGB (Red+Green+Blue) = 84+132+110=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #54846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54846E is #AB7B91. Grayscale: #737373. Windows color (decimal): -11238290 or 7242836. OLE color: 7242836.

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

Color convert

RGB 84 132 110 -
CMYK 0.36 0 0.17 0.48
HSL 152.5º 0.22% 0.42% -
HSV(B) 152.5º 0.36% 0.52% -
XYZ 14.72 19.51 17.74 -
YUV 115.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 84 132 110 0.36 0 0.17 0.48 152.5 0.22 0.42
Hex 54 84 6E 24 0 11 30 98 16 2A
Octal 124 204 156 44 0 21 60 230 26 52
Binary 1010100 10000100 1101110 100100 0 10001 110000 10011000 10110 101010

Color Harmonies of #54846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54846E

Black with #54846E

Text Example


Text Example

White with #54846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54846E;
 }
 .AnyTagClassName
 {
   color: #54846E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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