Html Css Color HEX #54916F Cutty Sark

📋 copy color: '#54916F'

red 84 ◦ green 145 ◦ blue 111

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

Shades of Cutty Sark #54916F

Tints of Cutty Sark #54916F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.65%

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

R = 24.71%
G = 42.65%
B = 32.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#54916F (or 0x54916F) is known color: Cutty Sark. HEX triplet: 54, 91 and 6F. RGB value is (84,145,111). Sum of RGB (Red+Green+Blue) = 84+145+111=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #54916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54916F is #AB6E90. Grayscale: #7A7A7A. Windows color (decimal): -11234961 or 7311700. OLE color: 7311700.

HSL color Cylindrical-coordinate representation of color #54916F: hue angle of 146.56º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54916F is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 111 -
CMYK 0.42 0 0.23 0.43
HSL 146.56º 0.27% 0.45% -
HSV(B) 146.56º 0.42% 0.57% -
XYZ 16.65 23.28 18.66 -
YUV 122.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 84 145 111 0.42 0 0.23 0.43 146.56 0.27 0.45
Hex 54 91 6F 2A 0 17 2B 93 1B 2D
Octal 124 221 157 52 0 27 53 223 33 55
Binary 1010100 10010001 1101111 101010 0 10111 101011 10010011 11011 101101

Color Harmonies of #54916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54916F

Black with #54916F

Text Example


Text Example

White with #54916F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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