#5C4FBE

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

Shades of Blue Marguerite #5C4FBE

Tints of Blue Marguerite #5C4FBE

Color information

#5C4FBE (or 0x5C4FBE) is unknown color: approx Blue Marguerite. HEX triplet: 5C, 4F and BE. RGB value is (92,79,190). Sum of RGB (Red+Green+Blue) = 92+79+190=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C4FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FBE is #A3B041. Grayscale: #5F5F5F. Windows color (decimal): -10727490 or 12472156. OLE color: 12472156.

HSL color Cylindrical-coordinate representation of color #5C4FBE: hue angle of 247.03º 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 #5C4FBE is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9279190-
CMYK0.520.5800.25
HSL247.03º46.06%52.75%-
HSV(B)247.03º58.42%74.51%-
XYZ16.511.5850.08-
YUV95.54181.31125.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.48%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=25.48%
G=21.88%
B=52.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92791900.520.5800.25247.0346.0652.75
Hex5C4FBE343A019f72e35
Octal13411727664720313675665
Binary101110010011111011111011010011101001100111110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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