Html Css Color HEX #5D53BC Blue Marguerite

📋 copy color: '#5D53BC'

red 93 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #5D53BC

Tints of Blue Marguerite #5D53BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 25.55%
G = 22.8%
B = 51.65%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5D53BC (or 0x5D53BC) is known color: Blue Marguerite. HEX triplet: 5D, 53 and BC. RGB value is (93,83,188). Sum of RGB (Red+Green+Blue) = 93+83+188=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D53BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D53BC is #A2AC43. Grayscale: #616161. Windows color (decimal): -10660932 or 12342109. OLE color: 12342109.

HSL color Cylindrical-coordinate representation of color #5D53BC: hue angle of 245.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D53BC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 83 188 -
CMYK 0.51 0.56 0 0.26
HSL 245.71º 0.44% 0.53% -
HSV(B) 245.71º 0.56% 0.74% -
XYZ 16.68 12.14 49.04 -
YUV 97.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 93 83 188 0.51 0.56 0 0.26 245.71 0.44 0.53
Hex 5D 53 BC 33 38 0 1A F6 2C 35
Octal 135 123 274 63 70 0 32 366 54 65
Binary 1011101 1010011 10111100 110011 111000 0 11010 11110110 101100 110101

Color Harmonies of #5D53BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D53BC

Black with #5D53BC

Text Example


Text Example

White with #5D53BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,83,188); }

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

background-color css

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

 a { background-color: rgb(93,83,188); }

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

border-color css

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

 span { border-color: rgb(93,83,188); }

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