Html Css Color HEX #5D3877 Honey Flower

📋 copy color: '#5D3877'

red 93 ◦ green 56 ◦ blue 119

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

Shades of Honey Flower #5D3877

Tints of Honey Flower #5D3877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.4%

R = 34.7%
G = 20.9%
B = 44.4%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D3877 (or 0x5D3877) is known color: Honey Flower. HEX triplet: 5D, 38 and 77. RGB value is (93,56,119). Sum of RGB (Red+Green+Blue) = 93+56+119=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D3877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3877 is #A2C788. Grayscale: #4A4A4A. Windows color (decimal): -10667913 or 7813213. OLE color: 7813213.

HSL color Cylindrical-coordinate representation of color #5D3877: hue angle of 275.24º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D3877 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 56 119 -
CMYK 0.22 0.53 0 0.53
HSL 275.24º 0.36% 0.34% -
HSV(B) 275.24º 0.53% 0.47% -
XYZ 9.26 6.49 18.22 -
YUV 74.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 93 56 119 0.22 0.53 0 0.53 275.24 0.36 0.34
Hex 5D 38 77 16 35 0 35 113 24 22
Octal 135 70 167 26 65 0 65 423 44 42
Binary 1011101 111000 1110111 10110 110101 0 110101 100010011 100100 100010

Color Harmonies of #5D3877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3877

Black with #5D3877

Text Example


Text Example

White with #5D3877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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