Html Css Color HEX #54836F Cutty Sark

📋 copy color: '#54836F'

red 84 ◦ green 131 ◦ blue 111

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

Shades of Cutty Sark #54836F

Tints of Cutty Sark #54836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 25.77%
G = 40.18%
B = 34.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#54836F (or 0x54836F) is known color: Cutty Sark. HEX triplet: 54, 83 and 6F. RGB value is (84,131,111). Sum of RGB (Red+Green+Blue) = 84+131+111=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #54836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54836F is #AB7C90. Grayscale: #727272. Windows color (decimal): -11238545 or 7308116. OLE color: 7308116.

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

Color convert

RGB 84 131 111 -
CMYK 0.36 0 0.15 0.49
HSL 154.47º 0.22% 0.42% -
HSV(B) 154.47º 0.36% 0.51% -
XYZ 14.64 19.27 17.99 -
YUV 114.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 84 131 111 0.36 0 0.15 0.49 154.47 0.22 0.42
Hex 54 83 6F 24 0 F 31 9A 16 2A
Octal 124 203 157 44 0 17 61 232 26 52
Binary 1010100 10000011 1101111 100100 0 1111 110001 10011010 10110 101010

Color Harmonies of #54836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54836F

Black with #54836F

Text Example


Text Example

White with #54836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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