Html Css Color HEX #5D2976 Honey Flower

📋 copy color: '#5D2976'

red 93 ◦ green 41 ◦ blue 118

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

Shades of Honey Flower #5D2976

Tints of Honey Flower #5D2976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 36.9%
G = 16.27%
B = 46.83%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5D2976 (or 0x5D2976) is known color: Honey Flower. HEX triplet: 5D, 29 and 76. RGB value is (93,41,118). Sum of RGB (Red+Green+Blue) = 93+41+118=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D2976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2976 is #A2D689. Grayscale: #414141. Windows color (decimal): -10671754 or 7743837. OLE color: 7743837.

HSL color Cylindrical-coordinate representation of color #5D2976: hue angle of 280.52º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D2976 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 41 118 -
CMYK 0.21 0.65 0 0.54
HSL 280.52º 0.48% 0.31% -
HSV(B) 280.52º 0.65% 0.46% -
XYZ 8.58 5.22 17.7 -
YUV 65.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 93 41 118 0.21 0.65 0 0.54 280.52 0.48 0.31
Hex 5D 29 76 15 41 0 36 119 30 1F
Octal 135 51 166 25 101 0 66 431 60 37
Binary 1011101 101001 1110110 10101 1000001 0 110110 100011001 110000 11111

Color Harmonies of #5D2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2976

Black with #5D2976

Text Example


Text Example

White with #5D2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,41,118); }

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

background-color css

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

 a { background-color: rgb(93,41,118); }

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

border-color css

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

 span { border-color: rgb(93,41,118); }

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