Html Css Color HEX #54475B Honey Flower

📋 copy color: '#54475B'

red 84 ◦ green 71 ◦ blue 91

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

Shades of Honey Flower #54475B

Tints of Honey Flower #54475B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.86%

 BLUE value IS 91 (35.94% from 255) = 36.99%

R = 34.15%
G = 28.86%
B = 36.99%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#54475B (or 0x54475B) is known color: Honey Flower. HEX triplet: 54, 47 and 5B. RGB value is (84,71,91). Sum of RGB (Red+Green+Blue) = 84+71+91=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #54475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54475B is #ABB8A4. Grayscale: #4D4D4D. Windows color (decimal): -11253925 or 5982036. OLE color: 5982036.

HSL color Cylindrical-coordinate representation of color #54475B: hue angle of 279º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54475B is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 71 91 -
CMYK 0.08 0.22 0 0.64
HSL 279º 0.12% 0.32% -
HSV(B) 279º 0.22% 0.36% -
XYZ 7.8 7.15 10.87 -
YUV 77.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 84 71 91 0.08 0.22 0 0.64 279 0.12 0.32
Hex 54 47 5B 8 16 0 40 117 C 20
Octal 124 107 133 10 26 0 100 427 14 40
Binary 1010100 1000111 1011011 1000 10110 0 1000000 100010111 1100 100000

Color Harmonies of #54475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54475B

Black with #54475B

Text Example


Text Example

White with #54475B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,71,91); }

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

background-color css

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

 a { background-color: rgb(84,71,91); }

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

border-color css

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

 span { border-color: rgb(84,71,91); }

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