#53415B

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

Shades of Honey Flower #53415B

Tints of Honey Flower #53415B

Color information

#53415B (or 0x53415B) is unknown color: approx Honey Flower. HEX triplet: 53, 41 and 5B. RGB value is (83,65,91). Sum of RGB (Red+Green+Blue) = 83+65+91=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #53415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53415B is #ACBEA4. Grayscale: #494949. Windows color (decimal): -11320997 or 5980499. OLE color: 5980499.

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

Color convert

RGB836591-
CMYK0.090.2900.64
HSL281.54º16.67%30.59%-
HSV(B)281.54º28.57%35.69%-
XYZ7.356.3710.74-
YUV73.35137.96134.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=34.73%
G=27.20%
B=38.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8365910.090.2900.64281.5416.6730.59
Hex53415B91D04011a111f
Octal123101133113501004322137
Binary101001110000011011011100111101010000001000110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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