Html Css Color HEX #54896E Cutty Sark

📋 copy color: '#54896E'

red 84 ◦ green 137 ◦ blue 110

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

Shades of Cutty Sark #54896E

Tints of Cutty Sark #54896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.39%

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 25.38%
G = 41.39%
B = 33.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#54896E (or 0x54896E) is known color: Cutty Sark. HEX triplet: 54, 89 and 6E. RGB value is (84,137,110). Sum of RGB (Red+Green+Blue) = 84+137+110=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #54896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54896E is #AB7691. Grayscale: #767676. Windows color (decimal): -11237010 or 7244116. OLE color: 7244116.

HSL color Cylindrical-coordinate representation of color #54896E: hue angle of 149.43º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54896E is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 137 110 -
CMYK 0.39 0 0.20 0.46
HSL 149.43º 0.24% 0.43% -
HSV(B) 149.43º 0.39% 0.54% -
XYZ 15.42 20.9 17.97 -
YUV 118.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 84 137 110 0.39 0 0.20 0.46 149.43 0.24 0.43
Hex 54 89 6E 27 0 14 2E 95 18 2B
Octal 124 211 156 47 0 24 56 225 30 53
Binary 1010100 10001001 1101110 100111 0 10100 101110 10010101 11000 101011

Color Harmonies of #54896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54896E

Black with #54896E

Text Example


Text Example

White with #54896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54896E; }

 p { color: rgb(84,137,110); }

 H1.HeaderClassName
 {
   color: #54896E;
 }
 .AnyTagClassName
 {
   color: #54896E;
 }
</style>

background-color css

<style>
 a { background-color: #54896E; }

 a { background-color: rgb(84,137,110); }

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

border-color css

<style>
 span { border-color: #54896E; }

 span { border-color: rgb(84,137,110); }

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