Html Css Color HEX #5D3469 Honey Flower

📋 copy color: '#5D3469'

red 93 ◦ green 52 ◦ blue 105

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

Shades of Honey Flower #5D3469

Tints of Honey Flower #5D3469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

 BLUE value IS 105 (41.41% from 255) = 42%

R = 37.2%
G = 20.8%
B = 42%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5D3469 (or 0x5D3469) is known color: Honey Flower. HEX triplet: 5D, 34 and 69. RGB value is (93,52,105). Sum of RGB (Red+Green+Blue) = 93+52+105=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #5D3469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3469 is #A2CB96. Grayscale: #464646. Windows color (decimal): -10668951 or 6894685. OLE color: 6894685.

HSL color Cylindrical-coordinate representation of color #5D3469: hue angle of 286.42º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D3469 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 93 52 105 -
CMYK 0.11 0.50 0 0.59
HSL 286.42º 0.34% 0.31% -
HSV(B) 286.42º 0.5% 0.41% -
XYZ 8.29 5.8 14.05 -
YUV 70.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 93 52 105 0.11 0.50 0 0.59 286.42 0.34 0.31
Hex 5D 34 69 B 32 0 3B 11E 22 1F
Octal 135 64 151 13 62 0 73 436 42 37
Binary 1011101 110100 1101001 1011 110010 0 111011 100011110 100010 11111

Color Harmonies of #5D3469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3469

Black with #5D3469

Text Example


Text Example

White with #5D3469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,52,105); }

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

background-color css

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

 a { background-color: rgb(93,52,105); }

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

border-color css

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

 span { border-color: rgb(93,52,105); }

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