Html Css Color HEX #5D4EBE Blue Marguerite

📋 copy color: '#5D4EBE'

red 93 ◦ green 78 ◦ blue 190

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

Shades of Blue Marguerite #5D4EBE

Tints of Blue Marguerite #5D4EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.61%

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 25.76%
G = 21.61%
B = 52.63%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D4EBE (or 0x5D4EBE) is known color: Blue Marguerite. HEX triplet: 5D, 4E and BE. RGB value is (93,78,190). Sum of RGB (Red+Green+Blue) = 93+78+190=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D4EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4EBE is #A2B141. Grayscale: #5E5E5E. Windows color (decimal): -10662210 or 12471901. OLE color: 12471901.

HSL color Cylindrical-coordinate representation of color #5D4EBE: hue angle of 248.04º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D4EBE is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 78 190 -
CMYK 0.51 0.59 0 0.25
HSL 248.04º 0.46% 0.53% -
HSV(B) 248.04º 0.59% 0.75% -
XYZ 16.53 11.49 50.06 -
YUV 95.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 93 78 190 0.51 0.59 0 0.25 248.04 0.46 0.53
Hex 5D 4E BE 33 3B 0 19 F8 2E 35
Octal 135 116 276 63 73 0 31 370 56 65
Binary 1011101 1001110 10111110 110011 111011 0 11001 11111000 101110 110101

Color Harmonies of #5D4EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4EBE

Black with #5D4EBE

Text Example


Text Example

White with #5D4EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,78,190); }

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

background-color css

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

 a { background-color: rgb(93,78,190); }

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

border-color css

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

 span { border-color: rgb(93,78,190); }

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