Html Css Color HEX #53465B Honey Flower

📋 copy color: '#53465B'

red 83 ◦ green 70 ◦ blue 91

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

Shades of Honey Flower #53465B

Tints of Honey Flower #53465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.69%

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

R = 34.02%
G = 28.69%
B = 37.3%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53465B (or 0x53465B) is known color: Honey Flower. HEX triplet: 53, 46 and 5B. RGB value is (83,70,91). Sum of RGB (Red+Green+Blue) = 83+70+91=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #53465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53465B is #ACB9A4. Grayscale: #4C4C4C. Windows color (decimal): -11319717 or 5981779. OLE color: 5981779.

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

Color convert

RGB 83 70 91 -
CMYK 0.09 0.23 0 0.64
HSL 277.14º 0.13% 0.32% -
HSV(B) 277.14º 0.23% 0.36% -
XYZ 7.65 6.97 10.84 -
YUV 76.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 83 70 91 0.09 0.23 0 0.64 277.14 0.13 0.32
Hex 53 46 5B 9 17 0 40 115 D 20
Octal 123 106 133 11 27 0 100 425 15 40
Binary 1010011 1000110 1011011 1001 10111 0 1000000 100010101 1101 100000

Color Harmonies of #53465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53465B

Black with #53465B

Text Example


Text Example

White with #53465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,70,91); }

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

background-color css

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

 a { background-color: rgb(83,70,91); }

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

border-color css

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

 span { border-color: rgb(83,70,91); }

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