Html Css Color HEX #5D3073 Honey Flower

📋 copy color: '#5D3073'

red 93 ◦ green 48 ◦ blue 115

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

Shades of Honey Flower #5D3073

Tints of Honey Flower #5D3073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

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

R = 36.33%
G = 18.75%
B = 44.92%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5D3073 (or 0x5D3073) is known color: Honey Flower. HEX triplet: 5D, 30 and 73. RGB value is (93,48,115). Sum of RGB (Red+Green+Blue) = 93+48+115=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D3073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3073 is #A2CF8C. Grayscale: #444444. Windows color (decimal): -10669965 or 7549021. OLE color: 7549021.

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

Color convert

RGB 93 48 115 -
CMYK 0.19 0.58 0 0.55
HSL 280.3º 0.41% 0.32% -
HSV(B) 280.3º 0.58% 0.45% -
XYZ 8.67 5.68 16.86 -
YUV 69.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 93 48 115 0.19 0.58 0 0.55 280.3 0.41 0.32
Hex 5D 30 73 13 3A 0 37 118 29 20
Octal 135 60 163 23 72 0 67 430 51 40
Binary 1011101 110000 1110011 10011 111010 0 110111 100011000 101001 100000

Color Harmonies of #5D3073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3073

Black with #5D3073

Text Example


Text Example

White with #5D3073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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