Html Css Color HEX #54886C Cutty Sark

📋 copy color: '#54886C'

red 84 ◦ green 136 ◦ blue 108

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

Shades of Cutty Sark #54886C

Tints of Cutty Sark #54886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.46%

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 25.61%
G = 41.46%
B = 32.93%

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

#54886C (or 0x54886C) is known color: Cutty Sark. HEX triplet: 54, 88 and 6C. RGB value is (84,136,108). Sum of RGB (Red+Green+Blue) = 84+136+108=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #54886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54886C is #AB7793. Grayscale: #757575. Windows color (decimal): -11237268 or 7112788. OLE color: 7112788.

HSL color Cylindrical-coordinate representation of color #54886C: hue angle of 147.69º degrees, saturation: 0.24, 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 #54886C is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 136 108 -
CMYK 0.38 0 0.21 0.47
HSL 147.69º 0.24% 0.43% -
HSV(B) 147.69º 0.38% 0.53% -
XYZ 15.17 20.58 17.36 -
YUV 117.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 84 136 108 0.38 0 0.21 0.47 147.69 0.24 0.43
Hex 54 88 6C 26 0 15 2F 94 18 2B
Octal 124 210 154 46 0 25 57 224 30 53
Binary 1010100 10001000 1101100 100110 0 10101 101111 10010100 11000 101011

Color Harmonies of #54886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54886C

Black with #54886C

Text Example


Text Example

White with #54886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54886C; }

 p { color: rgb(84,136,108); }

 H1.HeaderClassName
 {
   color: #54886C;
 }
 .AnyTagClassName
 {
   color: #54886C;
 }
</style>

background-color css

<style>
 a { background-color: #54886C; }

 a { background-color: rgb(84,136,108); }

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

border-color css

<style>
 span { border-color: #54886C; }

 span { border-color: rgb(84,136,108); }

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