Html Css Color HEX #54866F Cutty Sark

📋 copy color: '#54866F'

red 84 ◦ green 134 ◦ blue 111

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

Shades of Cutty Sark #54866F

Tints of Cutty Sark #54866F

RGB

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

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

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

R = 25.53%
G = 40.73%
B = 33.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#54866F (or 0x54866F) is known color: Cutty Sark. HEX triplet: 54, 86 and 6F. RGB value is (84,134,111). Sum of RGB (Red+Green+Blue) = 84+134+111=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #54866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54866F is #AB7990. Grayscale: #747474. Windows color (decimal): -11237777 or 7308884. OLE color: 7308884.

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

Color convert

RGB 84 134 111 -
CMYK 0.37 0 0.17 0.47
HSL 152.4º 0.23% 0.43% -
HSV(B) 152.4º 0.37% 0.53% -
XYZ 15.05 20.08 18.12 -
YUV 116.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 84 134 111 0.37 0 0.17 0.47 152.4 0.23 0.43
Hex 54 86 6F 25 0 11 2F 98 17 2B
Octal 124 206 157 45 0 21 57 230 27 53
Binary 1010100 10000110 1101111 100101 0 10001 101111 10011000 10111 101011

Color Harmonies of #54866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54866F

Black with #54866F

Text Example


Text Example

White with #54866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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