Html Css Color HEX #54886B Cutty Sark

📋 copy color: '#54886B'

red 84 ◦ green 136 ◦ blue 107

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

Shades of Cutty Sark #54886B

Tints of Cutty Sark #54886B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 25.69%
G = 41.59%
B = 32.72%

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

#54886B (or 0x54886B) is known color: Cutty Sark. HEX triplet: 54, 88 and 6B. RGB value is (84,136,107). Sum of RGB (Red+Green+Blue) = 84+136+107=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #54886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54886B is #AB7794. Grayscale: #757575. Windows color (decimal): -11237269 or 7047252. OLE color: 7047252.

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

Color convert

RGB 84 136 107 -
CMYK 0.38 0 0.21 0.47
HSL 146.54º 0.24% 0.43% -
HSV(B) 146.54º 0.38% 0.53% -
XYZ 15.11 20.55 17.08 -
YUV 117.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 84 136 107 0.38 0 0.21 0.47 146.54 0.24 0.43
Hex 54 88 6B 26 0 15 2F 93 18 2B
Octal 124 210 153 46 0 25 57 223 30 53
Binary 1010100 10001000 1101011 100110 0 10101 101111 10010011 11000 101011

Color Harmonies of #54886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54886B

Black with #54886B

Text Example


Text Example

White with #54886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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