#5E4BBC

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

Shades of Blue Marguerite #5E4BBC

Tints of Blue Marguerite #5E4BBC

Color information

#5E4BBC (or 0x5E4BBC) is unknown color: approx Blue Marguerite. HEX triplet: 5E, 4B and BC. RGB value is (94,75,188). Sum of RGB (Red+Green+Blue) = 94+75+188=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4BBC is #A1B443. Grayscale: #5D5D5D. Windows color (decimal): -10597444 or 12340062. OLE color: 12340062.

HSL color Cylindrical-coordinate representation of color #5E4BBC: hue angle of 250.09º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E4BBC is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9475188-
CMYK0.500.6000.26
HSL250.09º45.75%51.57%-
HSV(B)250.09º60.11%73.73%-
XYZ16.2111.0448.85-
YUV93.56181.29128.31-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.33%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=26.33%
G=21.01%
B=52.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94751880.500.6000.26250.0945.7551.57
Hex5E4BBC323C01Afa2e34
Octal13611327462740323725664
Binary101111010010111011110011001011110001101011111010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,75,188); }

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

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

 a { background-color: rgb(94,75,188); }

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

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

 span { border-color: rgb(94,75,188); }

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