#5346A5

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

Shades of Rich Blue #5346A5

Tints of Rich Blue #5346A5

Color information

#5346A5 (or 0x5346A5) is unknown color: approx Rich Blue. HEX triplet: 53, 46 and A5. RGB value is (83,70,165). Sum of RGB (Red+Green+Blue) = 83+70+165=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 165 (64.84% from 255 or 51.89% from 318); Max value from RGB is 165 - color contains mainly: blue. Hex color #5346A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5346A5 is #ACB95A. Grayscale: #545454. Windows color (decimal): -11319643 or 10831443. OLE color: 10831443.

HSL color Cylindrical-coordinate representation of color #5346A5: hue angle of 248.21º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5346A5 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8370165-
CMYK0.500.5800.35
HSL248.21º40.43%46.08%-
HSV(B)248.21º57.58%64.71%-
XYZ12.558.9436.66-
YUV84.72173.31126.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 165 (64.84% from 255) = 51.89%
R=26.10%
G=22.01%
B=51.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83701650.500.5800.35248.2140.4346.08
Hex5346A5323A023f8282e
Octal12310624562720433705056
Binary1010011100011010100101110010111010010001111111000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5346A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5346A5; }

 p { color: rgb(83,70,165); }

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

<style>
 a { background-color: #5346A5; }

 a { background-color: rgb(83,70,165); }

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

<style>
 span { border-color: #5346A5; }

 span { border-color: rgb(83,70,165); }

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