#5E5CBF

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

Shades of Rich Blue #5E5CBF

Tints of Rich Blue #5E5CBF

Color information

#5E5CBF (or 0x5E5CBF) is unknown color: approx Rich Blue. HEX triplet: 5E, 5C and BF. RGB value is (94,92,191). Sum of RGB (Red+Green+Blue) = 94+92+191=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E5CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5CBF is #A1A340. Grayscale: #676767. Windows color (decimal): -10593089 or 12541022. OLE color: 12541022.

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

Color convert

RGB9492191-
CMYK0.510.5200.25
HSL241.21º43.61%55.49%-
HSV(B)241.21º51.83%74.9%-
XYZ17.8513.851.01-
YUV103.88177.16120.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.93%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 191 (75% from 255) = 50.66%
R=24.93%
G=24.40%
B=50.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94921910.510.5200.25241.2143.6155.49
Hex5E5CBF3334019f12c37
Octal13613427763640313615467
Binary101111010111001011111111001111010001100111110001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,92,191); }

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

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

 a { background-color: rgb(94,92,191); }

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

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

 span { border-color: rgb(94,92,191); }

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