#5F5ABE

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

Shades of Blue Marguerite #5F5ABE

Tints of Blue Marguerite #5F5ABE

Color information

#5F5ABE (or 0x5F5ABE) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 5A and BE. RGB value is (95,90,190). Sum of RGB (Red+Green+Blue) = 95+90+190=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ABE is #A0A541. Grayscale: #666666. Windows color (decimal): -10528066 or 12474975. OLE color: 12474975.

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

Color convert

RGB9590190-
CMYK0.50.5300.25
HSL243º43.48%54.9%-
HSV(B)243º52.63%74.51%-
XYZ17.6713.4650.38-
YUV102.9177.16122.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=25.33%
G=24%
B=50.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95901900.50.5300.2524343.4854.9
Hex5F5ABE3235019f32b37
Octal13713227662650313635367
Binary101111110110101011111011001011010101100111110011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,90,190); }

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

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

 a { background-color: rgb(95,90,190); }

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

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

 span { border-color: rgb(95,90,190); }

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