Html Css Color HEX #53475A Honey Flower

📋 copy color: '#53475A'

red 83 ◦ green 71 ◦ blue 90

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

Shades of Honey Flower #53475A

Tints of Honey Flower #53475A

RGB

 RED value IS 83 (32.81% from 255) = 34.02%

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

 BLUE value IS 90 (35.55% from 255) = 36.89%

R = 34.02%
G = 29.1%
B = 36.89%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53475A (or 0x53475A) is known color: Honey Flower. HEX triplet: 53, 47 and 5A. RGB value is (83,71,90). Sum of RGB (Red+Green+Blue) = 83+71+90=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 90 - color contains mainly: blue. Hex color #53475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53475A is #ACB8A5. Grayscale: #4C4C4C. Windows color (decimal): -11319462 or 5916499. OLE color: 5916499.

HSL color Cylindrical-coordinate representation of color #53475A: hue angle of 277.89º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #53475A is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 71 90 -
CMYK 0.08 0.21 0 0.65
HSL 277.89º 0.12% 0.32% -
HSV(B) 277.89º 0.21% 0.35% -
XYZ 7.67 7.08 10.64 -
YUV 76.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 83 71 90 0.08 0.21 0 0.65 277.89 0.12 0.32
Hex 53 47 5A 8 15 0 41 116 C 20
Octal 123 107 132 10 25 0 101 426 14 40
Binary 1010011 1000111 1011010 1000 10101 0 1000001 100010110 1100 100000

Color Harmonies of #53475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53475A

Black with #53475A

Text Example


Text Example

White with #53475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,71,90); }

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

background-color css

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

 a { background-color: rgb(83,71,90); }

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

border-color css

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

 span { border-color: rgb(83,71,90); }

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