Html Css Color HEX #5D50BC Blue Marguerite

📋 copy color: '#5D50BC'

red 93 ◦ green 80 ◦ blue 188

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

Shades of Blue Marguerite #5D50BC

Tints of Blue Marguerite #5D50BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

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

R = 25.76%
G = 22.16%
B = 52.08%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5D50BC (or 0x5D50BC) is known color: Blue Marguerite. HEX triplet: 5D, 50 and BC. RGB value is (93,80,188). Sum of RGB (Red+Green+Blue) = 93+80+188=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D50BC is #A2AF43. Grayscale: #5F5F5F. Windows color (decimal): -10661700 or 12341341. OLE color: 12341341.

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

Color convert

RGB 93 80 188 -
CMYK 0.51 0.57 0 0.26
HSL 247.22º 0.45% 0.53% -
HSV(B) 247.22º 0.57% 0.74% -
XYZ 16.46 11.7 48.97 -
YUV 96.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 93 80 188 0.51 0.57 0 0.26 247.22 0.45 0.53
Hex 5D 50 BC 33 39 0 1A F7 2D 35
Octal 135 120 274 63 71 0 32 367 55 65
Binary 1011101 1010000 10111100 110011 111001 0 11010 11110111 101101 110101

Color Harmonies of #5D50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D50BC

Black with #5D50BC

Text Example


Text Example

White with #5D50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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