Html Css Color HEX #54876A Cutty Sark

📋 copy color: '#54876A'

red 84 ◦ green 135 ◦ blue 106

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

Shades of Cutty Sark #54876A

Tints of Cutty Sark #54876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.54%

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 25.85%
G = 41.54%
B = 32.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#54876A (or 0x54876A) is known color: Cutty Sark. HEX triplet: 54, 87 and 6A. RGB value is (84,135,106). Sum of RGB (Red+Green+Blue) = 84+135+106=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #54876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54876A is #AB7895. Grayscale: #747474. Windows color (decimal): -11237526 or 6981460. OLE color: 6981460.

HSL color Cylindrical-coordinate representation of color #54876A: hue angle of 145.88º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54876A is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 135 106 -
CMYK 0.38 0 0.21 0.47
HSL 145.88º 0.23% 0.43% -
HSV(B) 145.88º 0.38% 0.53% -
XYZ 14.92 20.25 16.76 -
YUV 116.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 84 135 106 0.38 0 0.21 0.47 145.88 0.23 0.43
Hex 54 87 6A 26 0 15 2F 92 17 2B
Octal 124 207 152 46 0 25 57 222 27 53
Binary 1010100 10000111 1101010 100110 0 10101 101111 10010010 10111 101011

Color Harmonies of #54876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54876A

Black with #54876A

Text Example


Text Example

White with #54876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54876A; }

 p { color: rgb(84,135,106); }

 H1.HeaderClassName
 {
   color: #54876A;
 }
 .AnyTagClassName
 {
   color: #54876A;
 }
</style>

background-color css

<style>
 a { background-color: #54876A; }

 a { background-color: rgb(84,135,106); }

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

border-color css

<style>
 span { border-color: #54876A; }

 span { border-color: rgb(84,135,106); }

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