#5D50BE

Color #5D50BE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #5D50BE

Tints of Blue Marguerite #5D50BE

Color information

#5D50BE (or 0x5D50BE) is unknown color: approx Blue Marguerite. HEX triplet: 5D, 50 and BE. RGB value is (93,80,190). Sum of RGB (Red+Green+Blue) = 93+80+190=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D50BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D50BE is #A2AF41. Grayscale: #606060. Windows color (decimal): -10661698 or 12472413. OLE color: 12472413.

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

Color convert

RGB9380190-
CMYK0.510.5800.25
HSL247.09º45.83%52.94%-
HSV(B)247.09º57.89%74.51%-
XYZ16.6811.7850.11-
YUV96.43180.81125.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.62%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=25.62%
G=22.04%
B=52.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93801900.510.5800.25247.0945.8352.94
Hex5D50BE333A019f72e35
Octal13512027663720313675665
Binary101110110100001011111011001111101001100111110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D50BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D50BE;
 }
 .AnyTagClassName
 {
   color: #5D50BE;
 }
</style>
background-color css

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

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

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

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

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

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