Html Css Color HEX #5D3273 Honey Flower

📋 copy color: '#5D3273'

red 93 ◦ green 50 ◦ blue 115

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

Shades of Honey Flower #5D3273

Tints of Honey Flower #5D3273

RGB

 RED value IS 93 (36.72% from 255) = 36.05%

 GREEN value IS 50 (19.92% from 255) = 19.38%

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 36.05%
G = 19.38%
B = 44.57%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5D3273 (or 0x5D3273) is known color: Honey Flower. HEX triplet: 5D, 32 and 73. RGB value is (93,50,115). Sum of RGB (Red+Green+Blue) = 93+50+115=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D3273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3273 is #A2CD8C. Grayscale: #464646. Windows color (decimal): -10669453 or 7549533. OLE color: 7549533.

HSL color Cylindrical-coordinate representation of color #5D3273: hue angle of 279.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D3273 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 50 115 -
CMYK 0.19 0.57 0 0.55
HSL 279.69º 0.39% 0.32% -
HSV(B) 279.69º 0.57% 0.45% -
XYZ 8.75 5.85 16.89 -
YUV 70.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 93 50 115 0.19 0.57 0 0.55 279.69 0.39 0.32
Hex 5D 32 73 13 39 0 37 118 27 20
Octal 135 62 163 23 71 0 67 430 47 40
Binary 1011101 110010 1110011 10011 111001 0 110111 100011000 100111 100000

Color Harmonies of #5D3273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3273

Black with #5D3273

Text Example


Text Example

White with #5D3273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D3273; }

 p { color: rgb(93,50,115); }

 H1.HeaderClassName
 {
   color: #5D3273;
 }
 .AnyTagClassName
 {
   color: #5D3273;
 }
</style>

background-color css

<style>
 a { background-color: #5D3273; }

 a { background-color: rgb(93,50,115); }

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

border-color css

<style>
 span { border-color: #5D3273; }

 span { border-color: rgb(93,50,115); }

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