#5361A6

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

Shades of Rich Blue #5361A6

Tints of Rich Blue #5361A6

Color information

#5361A6 (or 0x5361A6) is unknown color: approx Rich Blue. HEX triplet: 53, 61 and A6. RGB value is (83,97,166). Sum of RGB (Red+Green+Blue) = 83+97+166=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #5361A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5361A6 is #AC9E59. Grayscale: #646464. Windows color (decimal): -11312730 or 10903891. OLE color: 10903891.

HSL color Cylindrical-coordinate representation of color #5361A6: hue angle of 229.88º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5361A6 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8397166-
CMYK0.500.4200.35
HSL229.88º33.33%48.82%-
HSV(B)229.88º50%65.1%-
XYZ14.7213.1437.84-
YUV100.68164.86115.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 166 (65.23% from 255) = 47.98%
R=23.99%
G=28.03%
B=47.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83971660.500.4200.35229.8833.3348.82
Hex5361A6322A023e62131
Octal12314124662520433464161
Binary1010011110000110100110110010101010010001111100110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5361A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5361A6; }

 p { color: rgb(83,97,166); }

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

<style>
 a { background-color: #5361A6; }

 a { background-color: rgb(83,97,166); }

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

<style>
 span { border-color: #5361A6; }

 span { border-color: rgb(83,97,166); }

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