#53405B

Color #53405B Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #53405B

Tints of Honey Flower #53405B

Color information

#53405B (or 0x53405B) is unknown color: approx Honey Flower. HEX triplet: 53, 40 and 5B. RGB value is (83,64,91). Sum of RGB (Red+Green+Blue) = 83+64+91=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #53405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53405B is #ACBFA4. Grayscale: #484848. Windows color (decimal): -11321253 or 5980243. OLE color: 5980243.

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

Color convert

RGB836491-
CMYK0.090.3000.64
HSL282.22º17.42%30.39%-
HSV(B)282.22º29.67%35.69%-
XYZ7.296.2610.72-
YUV72.76138.29135.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=34.87%
G=26.89%
B=38.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8364910.090.3000.64282.2217.4230.39
Hex53405B91E04011a111e
Octal123100133113601004322136
Binary101001110000001011011100111110010000001000110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53405B;
 }
 .AnyTagClassName
 {
   color: #53405B;
 }
</style>
background-color css

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

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

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

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

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

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