#5C4FBD

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

Shades of Blue Marguerite #5C4FBD

Tints of Blue Marguerite #5C4FBD

Color information

#5C4FBD (or 0x5C4FBD) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 4F and BD. RGB value is (92,79,189). Sum of RGB (Red+Green+Blue) = 92+79+189=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C4FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FBD is #A3B042. Grayscale: #5F5F5F. Windows color (decimal): -10727491 or 12406620. OLE color: 12406620.

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

Color convert

RGB9279189-
CMYK0.510.5800.26
HSL247.09º45.45%52.55%-
HSV(B)247.09º58.2%74.12%-
XYZ16.3911.5449.51-
YUV95.43180.81125.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.56%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=25.56%
G=21.94%
B=52.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92791890.510.5800.26247.0945.4552.55
Hex5C4FBD333A01Af72d35
Octal13411727563720323675565
Binary101110010011111011110111001111101001101011110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,79,189); }

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

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

 a { background-color: rgb(92,79,189); }

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

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

 span { border-color: rgb(92,79,189); }

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