#5E5FBC

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

Shades of Rich Blue #5E5FBC

Tints of Rich Blue #5E5FBC

Color information

#5E5FBC (or 0x5E5FBC) is unknown color: approx Rich Blue. HEX triplet: 5E, 5F and BC. RGB value is (94,95,188). Sum of RGB (Red+Green+Blue) = 94+95+188=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5FBC is #A1A043. Grayscale: #686868. Windows color (decimal): -10592324 or 12345182. OLE color: 12345182.

HSL color Cylindrical-coordinate representation of color #5E5FBC: hue angle of 239.36º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E5FBC is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9495188-
CMYK0.500.4900.26
HSL239.36º41.23%55.29%-
HSV(B)239.36º50%73.73%-
XYZ17.7914.1949.38-
YUV105.3174.67119.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.93%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=24.93%
G=25.20%
B=49.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94951880.500.4900.26239.3641.2355.29
Hex5E5FBC323101Aef2937
Octal13613727462610323575167
Binary101111010111111011110011001011000101101011101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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