Html Css Color HEX #53396D Honey Flower

📋 copy color: '#53396D'

red 83 ◦ green 57 ◦ blue 109

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

Shades of Honey Flower #53396D

Tints of Honey Flower #53396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

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

R = 33.33%
G = 22.89%
B = 43.78%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53396D (or 0x53396D) is known color: Honey Flower. HEX triplet: 53, 39 and 6D. RGB value is (83,57,109). Sum of RGB (Red+Green+Blue) = 83+57+109=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #53396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53396D is #ACC692. Grayscale: #464646. Windows color (decimal): -11323027 or 7158099. OLE color: 7158099.

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

Color convert

RGB 83 57 109 -
CMYK 0.24 0.48 0 0.57
HSL 270º 0.31% 0.33% -
HSV(B) 270º 0.48% 0.43% -
XYZ 7.79 5.87 15.19 -
YUV 70.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 83 57 109 0.24 0.48 0 0.57 270 0.31 0.33
Hex 53 39 6D 18 30 0 39 10E 1F 21
Octal 123 71 155 30 60 0 71 416 37 41
Binary 1010011 111001 1101101 11000 110000 0 111001 100001110 11111 100001

Color Harmonies of #53396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53396D

Black with #53396D

Text Example


Text Example

White with #53396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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