#5f58bb

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

Shades of Blue Marguerite #5F58BB

Tints of Blue Marguerite #5F58BB

Color information

#5F58BB (or 0x5F58BB) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 58 and BB. RGB value is (95,88,187). Sum of RGB (Red+Green+Blue) = 95+88+187=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F58BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F58BB is #A0A744. Grayscale: #646464. Windows color (decimal): -10528581 or 12277855. OLE color: 12277855.

HSL color Cylindrical-coordinate representation of color #5F58BB: hue angle of 244.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F58BB is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9588187-
CMYK0.490.5300.27
HSL244.24º42.13%53.92%-
HSV(B)244.24º52.94%73.33%-
XYZ17.181348.62-
YUV101.38176.32123.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.68%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 187 (73.44% from 255) = 50.54%
R=25.68%
G=23.78%
B=50.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95881870.490.5300.27244.2442.1353.92
Hex5F58BB313501Bf42a36
Octal13713027361650333645266
Binary101111110110001011101111000111010101101111110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f58bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,187); }

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

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

 a { background-color: rgb(95,88,187); }

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

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

 span { border-color: rgb(95,88,187); }

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