Html Css Color HEX #54836A Cutty Sark

📋 copy color: '#54836A'

red 84 ◦ green 131 ◦ blue 106

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

Shades of Cutty Sark #54836A

Tints of Cutty Sark #54836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 26.17%
G = 40.81%
B = 33.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#54836A (or 0x54836A) is known color: Cutty Sark. HEX triplet: 54, 83 and 6A. RGB value is (84,131,106). Sum of RGB (Red+Green+Blue) = 84+131+106=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #54836A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54836A is #AB7C95. Grayscale: #727272. Windows color (decimal): -11238550 or 6980436. OLE color: 6980436.

HSL color Cylindrical-coordinate representation of color #54836A: hue angle of 148.09º 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 #54836A is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 131 106 -
CMYK 0.36 0 0.19 0.49
HSL 148.09º 0.22% 0.42% -
HSV(B) 148.09º 0.36% 0.51% -
XYZ 14.37 19.16 16.58 -
YUV 114.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 84 131 106 0.36 0 0.19 0.49 148.09 0.22 0.42
Hex 54 83 6A 24 0 13 31 94 16 2A
Octal 124 203 152 44 0 23 61 224 26 52
Binary 1010100 10000011 1101010 100100 0 10011 110001 10010100 10110 101010

Color Harmonies of #54836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54836A

Black with #54836A

Text Example


Text Example

White with #54836A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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