Html Css Color HEX #54856C Cutty Sark

📋 copy color: '#54856C'

red 84 ◦ green 133 ◦ blue 108

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

Shades of Cutty Sark #54856C

Tints of Cutty Sark #54856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 25.85%
G = 40.92%
B = 33.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#54856C (or 0x54856C) is known color: Cutty Sark. HEX triplet: 54, 85 and 6C. RGB value is (84,133,108). Sum of RGB (Red+Green+Blue) = 84+133+108=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #54856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54856C is #AB7A93. Grayscale: #737373. Windows color (decimal): -11238036 or 7112020. OLE color: 7112020.

HSL color Cylindrical-coordinate representation of color #54856C: hue angle of 149.39º 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 #54856C is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 133 108 -
CMYK 0.37 0 0.19 0.48
HSL 149.39º 0.23% 0.43% -
HSV(B) 149.39º 0.37% 0.52% -
XYZ 14.75 19.74 17.22 -
YUV 115.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 84 133 108 0.37 0 0.19 0.48 149.39 0.23 0.43
Hex 54 85 6C 25 0 13 30 95 17 2B
Octal 124 205 154 45 0 23 60 225 27 53
Binary 1010100 10000101 1101100 100101 0 10011 110000 10010101 10111 101011

Color Harmonies of #54856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54856C

Black with #54856C

Text Example


Text Example

White with #54856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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