Html Css Color HEX #5D3870 Honey Flower

📋 copy color: '#5D3870'

red 93 ◦ green 56 ◦ blue 112

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

Shades of Honey Flower #5D3870

Tints of Honey Flower #5D3870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.46%

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 35.63%
G = 21.46%
B = 42.91%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5D3870 (or 0x5D3870) is known color: Honey Flower. HEX triplet: 5D, 38 and 70. RGB value is (93,56,112). Sum of RGB (Red+Green+Blue) = 93+56+112=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D3870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3870 is #A2C78F. Grayscale: #494949. Windows color (decimal): -10667920 or 7354461. OLE color: 7354461.

HSL color Cylindrical-coordinate representation of color #5D3870: hue angle of 279.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D3870 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 56 112 -
CMYK 0.17 0.50 0 0.56
HSL 279.64º 0.33% 0.33% -
HSV(B) 279.64º 0.5% 0.44% -
XYZ 8.85 6.33 16.08 -
YUV 73.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 93 56 112 0.17 0.50 0 0.56 279.64 0.33 0.33
Hex 5D 38 70 11 32 0 38 118 21 21
Octal 135 70 160 21 62 0 70 430 41 41
Binary 1011101 111000 1110000 10001 110010 0 111000 100011000 100001 100001

Color Harmonies of #5D3870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3870

Black with #5D3870

Text Example


Text Example

White with #5D3870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,56,112); }

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

background-color css

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

 a { background-color: rgb(93,56,112); }

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

border-color css

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

 span { border-color: rgb(93,56,112); }

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