Html Css Color HEX #5D54BE Blue Marguerite

📋 copy color: '#5D54BE'

red 93 ◦ green 84 ◦ blue 190

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

Shades of Blue Marguerite #5D54BE

Tints of Blue Marguerite #5D54BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

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

R = 25.34%
G = 22.89%
B = 51.77%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D54BE (or 0x5D54BE) is known color: Blue Marguerite. HEX triplet: 5D, 54 and BE. RGB value is (93,84,190). Sum of RGB (Red+Green+Blue) = 93+84+190=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D54BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D54BE is #A2AB41. Grayscale: #626262. Windows color (decimal): -10660674 or 12473437. OLE color: 12473437.

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

Color convert

RGB 93 84 190 -
CMYK 0.51 0.56 0 0.25
HSL 245.09º 0.45% 0.54% -
HSV(B) 245.09º 0.56% 0.75% -
XYZ 16.98 12.39 50.21 -
YUV 98.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 93 84 190 0.51 0.56 0 0.25 245.09 0.45 0.54
Hex 5D 54 BE 33 38 0 19 F5 2D 36
Octal 135 124 276 63 70 0 31 365 55 66
Binary 1011101 1010100 10111110 110011 111000 0 11001 11110101 101101 110110

Color Harmonies of #5D54BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D54BE

Black with #5D54BE

Text Example


Text Example

White with #5D54BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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