#5E61B3

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

Shades of Rich Blue #5E61B3

Tints of Rich Blue #5E61B3

Color information

#5E61B3 (or 0x5E61B3) is unknown color: approx Rich Blue. HEX triplet: 5E, 61 and B3. RGB value is (94,97,179). Sum of RGB (Red+Green+Blue) = 94+97+179=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E61B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E61B3 is #A19E4C. Grayscale: #696969. Windows color (decimal): -10591821 or 11755870. OLE color: 11755870.

HSL color Cylindrical-coordinate representation of color #5E61B3: hue angle of 237.88º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E61B3 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9497179-
CMYK0.470.4600.30
HSL237.88º35.86%53.53%-
HSV(B)237.88º47.49%70.2%-
XYZ17.0314.1844.49-
YUV105.45169.51119.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.41%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 179 (70.31% from 255) = 48.38%
R=25.41%
G=26.22%
B=48.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal94971790.470.4600.30237.8835.8653.53
Hex5E61B32F2E01Eee2436
Octal13614126357560363564466
Binary101111011000011011001110111110111001111011101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E61B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,97,179); }

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

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

 a { background-color: rgb(94,97,179); }

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

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

 span { border-color: rgb(94,97,179); }

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