Html Css Color HEX #54886F Cutty Sark

📋 copy color: '#54886F'

red 84 ◦ green 136 ◦ blue 111

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

Shades of Cutty Sark #54886F

Tints of Cutty Sark #54886F

RGB

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

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

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

R = 25.38%
G = 41.09%
B = 33.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#54886F (or 0x54886F) is known color: Cutty Sark. HEX triplet: 54, 88 and 6F. RGB value is (84,136,111). Sum of RGB (Red+Green+Blue) = 84+136+111=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #54886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54886F is #AB7790. Grayscale: #757575. Windows color (decimal): -11237265 or 7309396. OLE color: 7309396.

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

Color convert

RGB 84 136 111 -
CMYK 0.38 0 0.18 0.47
HSL 151.15º 0.24% 0.43% -
HSV(B) 151.15º 0.38% 0.53% -
XYZ 15.33 20.64 18.22 -
YUV 117.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 84 136 111 0.38 0 0.18 0.47 151.15 0.24 0.43
Hex 54 88 6F 26 0 12 2F 97 18 2B
Octal 124 210 157 46 0 22 57 227 30 53
Binary 1010100 10001000 1101111 100110 0 10010 101111 10010111 11000 101011

Color Harmonies of #54886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54886F

Black with #54886F

Text Example


Text Example

White with #54886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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