#5C5EB1

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

Shades of Rich Blue #5C5EB1

Tints of Rich Blue #5C5EB1

Color information

#5C5EB1 (or 0x5C5EB1) is unknown color: approx Rich Blue. HEX triplet: 5C, 5E and B1. RGB value is (92,94,177). Sum of RGB (Red+Green+Blue) = 92+94+177=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #5C5EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5EB1 is #A3A14E. Grayscale: #666666. Windows color (decimal): -10723663 or 11624028. OLE color: 11624028.

HSL color Cylindrical-coordinate representation of color #5C5EB1: hue angle of 238.59º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C5EB1 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9294177-
CMYK0.480.4700.31
HSL238.59º35.27%52.75%-
HSV(B)238.59º48.02%69.41%-
XYZ16.3513.4643.33-
YUV102.86169.84120.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.34%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 177 (69.53% from 255) = 48.76%
R=25.34%
G=25.90%
B=48.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92941770.480.4700.31238.5935.2752.75
Hex5C5EB1302F01Fef2335
Octal13413626160570373574365
Binary101110010111101011000111000010111101111111101111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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