Html Css Color HEX #53405D Honey Flower

📋 copy color: '#53405D'

red 83 ◦ green 64 ◦ blue 93

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

Shades of Honey Flower #53405D

Tints of Honey Flower #53405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

 BLUE value IS 93 (36.72% from 255) = 38.75%

R = 34.58%
G = 26.67%
B = 38.75%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53405D (or 0x53405D) is known color: Honey Flower. HEX triplet: 53, 40 and 5D. RGB value is (83,64,93). Sum of RGB (Red+Green+Blue) = 83+64+93=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #53405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53405D is #ACBFA2. Grayscale: #484848. Windows color (decimal): -11321251 or 6111315. OLE color: 6111315.

HSL color Cylindrical-coordinate representation of color #53405D: hue angle of 279.31º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53405D is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 64 93 -
CMYK 0.11 0.31 0 0.64
HSL 279.31º 0.18% 0.31% -
HSV(B) 279.31º 0.31% 0.36% -
XYZ 7.38 6.3 11.18 -
YUV 72.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 83 64 93 0.11 0.31 0 0.64 279.31 0.18 0.31
Hex 53 40 5D B 1F 0 40 117 12 1F
Octal 123 100 135 13 37 0 100 427 22 37
Binary 1010011 1000000 1011101 1011 11111 0 1000000 100010111 10010 11111

Color Harmonies of #53405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53405D

Black with #53405D

Text Example


Text Example

White with #53405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53405D;
 }
 .AnyTagClassName
 {
   color: #53405D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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