Html Css Color HEX #54836E Cutty Sark

📋 copy color: '#54836E'

red 84 ◦ green 131 ◦ blue 110

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

Shades of Cutty Sark #54836E

Tints of Cutty Sark #54836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.31%

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

R = 25.85%
G = 40.31%
B = 33.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#54836E (or 0x54836E) is known color: Cutty Sark. HEX triplet: 54, 83 and 6E. RGB value is (84,131,110). Sum of RGB (Red+Green+Blue) = 84+131+110=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #54836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54836E is #AB7C91. Grayscale: #727272. Windows color (decimal): -11238546 or 7242580. OLE color: 7242580.

HSL color Cylindrical-coordinate representation of color #54836E: hue angle of 153.19º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54836E is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 131 110 -
CMYK 0.36 0 0.16 0.49
HSL 153.19º 0.22% 0.42% -
HSV(B) 153.19º 0.36% 0.51% -
XYZ 14.59 19.24 17.7 -
YUV 114.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 84 131 110 0.36 0 0.16 0.49 153.19 0.22 0.42
Hex 54 83 6E 24 0 10 31 99 16 2A
Octal 124 203 156 44 0 20 61 231 26 52
Binary 1010100 10000011 1101110 100100 0 10000 110001 10011001 10110 101010

Color Harmonies of #54836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54836E

Black with #54836E

Text Example


Text Example

White with #54836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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