Html Css Color HEX #54856F Cutty Sark

📋 copy color: '#54856F'

red 84 ◦ green 133 ◦ blue 111

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

Shades of Cutty Sark #54856F

Tints of Cutty Sark #54856F

RGB

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

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

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

R = 25.61%
G = 40.55%
B = 33.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#54856F (or 0x54856F) is known color: Cutty Sark. HEX triplet: 54, 85 and 6F. RGB value is (84,133,111). Sum of RGB (Red+Green+Blue) = 84+133+111=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #54856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54856F is #AB7A90. Grayscale: #737373. Windows color (decimal): -11238033 or 7308628. OLE color: 7308628.

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

Color convert

RGB 84 133 111 -
CMYK 0.37 0 0.17 0.48
HSL 153.06º 0.23% 0.43% -
HSV(B) 153.06º 0.37% 0.52% -
XYZ 14.91 19.81 18.08 -
YUV 115.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 84 133 111 0.37 0 0.17 0.48 153.06 0.23 0.43
Hex 54 85 6F 25 0 11 30 99 17 2B
Octal 124 205 157 45 0 21 60 231 27 53
Binary 1010100 10000101 1101111 100101 0 10001 110000 10011001 10111 101011

Color Harmonies of #54856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54856F

Black with #54856F

Text Example


Text Example

White with #54856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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