Html Css Color HEX #5D4DBE Blue Marguerite

📋 copy color: '#5D4DBE'

red 93 ◦ green 77 ◦ blue 190

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

Shades of Blue Marguerite #5D4DBE

Tints of Blue Marguerite #5D4DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

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

R = 25.83%
G = 21.39%
B = 52.78%

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

#5D4DBE (or 0x5D4DBE) is known color: Blue Marguerite. HEX triplet: 5D, 4D and BE. RGB value is (93,77,190). Sum of RGB (Red+Green+Blue) = 93+77+190=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DBE is #A2B241. Grayscale: #5E5E5E. Windows color (decimal): -10662466 or 12471645. OLE color: 12471645.

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

Color convert

RGB 93 77 190 -
CMYK 0.51 0.59 0 0.25
HSL 248.5º 0.47% 0.52% -
HSV(B) 248.5º 0.59% 0.75% -
XYZ 16.46 11.35 50.04 -
YUV 94.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 93 77 190 0.51 0.59 0 0.25 248.5 0.47 0.52
Hex 5D 4D BE 33 3B 0 19 F8 2F 34
Octal 135 115 276 63 73 0 31 370 57 64
Binary 1011101 1001101 10111110 110011 111011 0 11001 11111000 101111 110100

Color Harmonies of #5D4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4DBE

Black with #5D4DBE

Text Example


Text Example

White with #5D4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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