Html Css Color HEX #53316B Honey Flower

📋 copy color: '#53316B'

red 83 ◦ green 49 ◦ blue 107

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

Shades of Honey Flower #53316B

Tints of Honey Flower #53316B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.5%

 BLUE value IS 107 (42.19% from 255) = 44.77%

R = 34.73%
G = 20.5%
B = 44.77%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53316B (or 0x53316B) is known color: Honey Flower. HEX triplet: 53, 31 and 6B. RGB value is (83,49,107). Sum of RGB (Red+Green+Blue) = 83+49+107=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #53316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53316B is #ACCE94. Grayscale: #414141. Windows color (decimal): -11325077 or 7024979. OLE color: 7024979.

HSL color Cylindrical-coordinate representation of color #53316B: hue angle of 275.17º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53316B is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 49 107 -
CMYK 0.22 0.54 0 0.58
HSL 275.17º 0.37% 0.31% -
HSV(B) 275.17º 0.54% 0.42% -
XYZ 7.32 5.1 14.51 -
YUV 65.78 151.26 140.28 -
System Red Green Blue C M Y K H S L
Decimal 83 49 107 0.22 0.54 0 0.58 275.17 0.37 0.31
Hex 53 31 6B 16 36 0 3A 113 25 1F
Octal 123 61 153 26 66 0 72 423 45 37
Binary 1010011 110001 1101011 10110 110110 0 111010 100010011 100101 11111

Color Harmonies of #53316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53316B

Black with #53316B

Text Example


Text Example

White with #53316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,49,107); }

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

background-color css

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

 a { background-color: rgb(83,49,107); }

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

border-color css

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

 span { border-color: rgb(83,49,107); }

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