Html Css Color HEX #54856D Cutty Sark

📋 copy color: '#54856D'

red 84 ◦ green 133 ◦ blue 109

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

Shades of Cutty Sark #54856D

Tints of Cutty Sark #54856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

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

R = 25.77%
G = 40.8%
B = 33.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#54856D (or 0x54856D) is known color: Cutty Sark. HEX triplet: 54, 85 and 6D. RGB value is (84,133,109). Sum of RGB (Red+Green+Blue) = 84+133+109=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #54856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54856D is #AB7A92. Grayscale: #737373. Windows color (decimal): -11238035 or 7177556. OLE color: 7177556.

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

Color convert

RGB 84 133 109 -
CMYK 0.37 0 0.18 0.48
HSL 150.61º 0.23% 0.43% -
HSV(B) 150.61º 0.37% 0.52% -
XYZ 14.8 19.76 17.5 -
YUV 115.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 84 133 109 0.37 0 0.18 0.48 150.61 0.23 0.43
Hex 54 85 6D 25 0 12 30 97 17 2B
Octal 124 205 155 45 0 22 60 227 27 53
Binary 1010100 10000101 1101101 100101 0 10010 110000 10010111 10111 101011

Color Harmonies of #54856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54856D

Black with #54856D

Text Example


Text Example

White with #54856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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