Html Css Color HEX #53376D Honey Flower

📋 copy color: '#53376D'

red 83 ◦ green 55 ◦ blue 109

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

Shades of Honey Flower #53376D

Tints of Honey Flower #53376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 33.6%
G = 22.27%
B = 44.13%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53376D (or 0x53376D) is known color: Honey Flower. HEX triplet: 53, 37 and 6D. RGB value is (83,55,109). Sum of RGB (Red+Green+Blue) = 83+55+109=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #53376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53376D is #ACC892. Grayscale: #454545. Windows color (decimal): -11323539 or 7157587. OLE color: 7157587.

HSL color Cylindrical-coordinate representation of color #53376D: hue angle of 271.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53376D is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 55 109 -
CMYK 0.24 0.50 0 0.57
HSL 271.11º 0.33% 0.32% -
HSV(B) 271.11º 0.5% 0.43% -
XYZ 7.69 5.68 15.16 -
YUV 69.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 83 55 109 0.24 0.50 0 0.57 271.11 0.33 0.32
Hex 53 37 6D 18 32 0 39 10F 21 20
Octal 123 67 155 30 62 0 71 417 41 40
Binary 1010011 110111 1101101 11000 110010 0 111001 100001111 100001 100000

Color Harmonies of #53376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53376D

Black with #53376D

Text Example


Text Example

White with #53376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,55,109); }

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

background-color css

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

 a { background-color: rgb(83,55,109); }

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

border-color css

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

 span { border-color: rgb(83,55,109); }

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