Html Css Color HEX #53465A Honey Flower

📋 copy color: '#53465A'

red 83 ◦ green 70 ◦ blue 90

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

Shades of Honey Flower #53465A

Tints of Honey Flower #53465A

RGB

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

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

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

R = 34.16%
G = 28.81%
B = 37.04%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53465A (or 0x53465A) is known color: Honey Flower. HEX triplet: 53, 46 and 5A. RGB value is (83,70,90). Sum of RGB (Red+Green+Blue) = 83+70+90=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #53465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53465A is #ACB9A5. Grayscale: #4C4C4C. Windows color (decimal): -11319718 or 5916243. OLE color: 5916243.

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

Color convert

RGB 83 70 90 -
CMYK 0.08 0.22 0 0.65
HSL 279º 0.13% 0.31% -
HSV(B) 279º 0.22% 0.35% -
XYZ 7.6 6.96 10.62 -
YUV 76.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 83 70 90 0.08 0.22 0 0.65 279 0.13 0.31
Hex 53 46 5A 8 16 0 41 117 C 1F
Octal 123 106 132 10 26 0 101 427 14 37
Binary 1010011 1000110 1011010 1000 10110 0 1000001 100010111 1100 11111

Color Harmonies of #53465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53465A

Black with #53465A

Text Example


Text Example

White with #53465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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