Html Css Color HEX #54866D Cutty Sark

📋 copy color: '#54866D'

red 84 ◦ green 134 ◦ blue 109

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

Shades of Cutty Sark #54866D

Tints of Cutty Sark #54866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.98%

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 25.69%
G = 40.98%
B = 33.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#54866D (or 0x54866D) is known color: Cutty Sark. HEX triplet: 54, 86 and 6D. RGB value is (84,134,109). Sum of RGB (Red+Green+Blue) = 84+134+109=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #54866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54866D is #AB7992. Grayscale: #747474. Windows color (decimal): -11237779 or 7177812. OLE color: 7177812.

HSL color Cylindrical-coordinate representation of color #54866D: hue angle of 150º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54866D is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 134 109 -
CMYK 0.37 0 0.19 0.47
HSL 150º 0.23% 0.43% -
HSV(B) 150º 0.37% 0.53% -
XYZ 14.94 20.04 17.55 -
YUV 116.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 84 134 109 0.37 0 0.19 0.47 150 0.23 0.43
Hex 54 86 6D 25 0 13 2F 96 17 2B
Octal 124 206 155 45 0 23 57 226 27 53
Binary 1010100 10000110 1101101 100101 0 10011 101111 10010110 10111 101011

Color Harmonies of #54866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54866D

Black with #54866D

Text Example


Text Example

White with #54866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54866D; }

 p { color: rgb(84,134,109); }

 H1.HeaderClassName
 {
   color: #54866D;
 }
 .AnyTagClassName
 {
   color: #54866D;
 }
</style>

background-color css

<style>
 a { background-color: #54866D; }

 a { background-color: rgb(84,134,109); }

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

border-color css

<style>
 span { border-color: #54866D; }

 span { border-color: rgb(84,134,109); }

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