#5E58BC

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

Shades of Rich Blue #5E58BC

Tints of Rich Blue #5E58BC

Color information

#5E58BC (or 0x5E58BC) is unknown color: approx Rich Blue. HEX triplet: 5E, 58 and BC. RGB value is (94,88,188). Sum of RGB (Red+Green+Blue) = 94+88+188=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E58BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58BC is #A1A743. Grayscale: #646464. Windows color (decimal): -10594116 or 12343390. OLE color: 12343390.

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

Color convert

RGB9488188-
CMYK0.500.5300.26
HSL243.6º42.74%54.12%-
HSV(B)243.6º53.19%73.73%-
XYZ17.1812.9949.18-
YUV101.19176.99122.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.41%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=25.41%
G=23.78%
B=50.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94881880.500.5300.26243.642.7454.12
Hex5E58BC323501Af42b36
Octal13613027462650323645366
Binary101111010110001011110011001011010101101011110100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E58BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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