Html Css Color HEX #5346AA Rich Blue

📋 copy color: '#5346AA'

red 83 ◦ green 70 ◦ blue 170

#5346AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5346AA

Tints of Rich Blue #5346AA

RGB

 RED value IS 83 (32.81% from 255) = 25.7%

 GREEN value IS 70 (27.73% from 255) = 21.67%

 BLUE value IS 170 (66.8% from 255) = 52.63%

R = 25.7%
G = 21.67%
B = 52.63%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5346AA (or 0x5346AA) is known color: Rich Blue. HEX triplet: 53, 46 and AA. RGB value is (83,70,170). Sum of RGB (Red+Green+Blue) = 83+70+170=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #5346AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5346AA is #ACB955. Grayscale: #545454. Windows color (decimal): -11319638 or 11159123. OLE color: 11159123.

HSL color Cylindrical-coordinate representation of color #5346AA: hue angle of 247.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5346AA is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 70 170 -
CMYK 0.51 0.59 0 0.33
HSL 247.8º 0.42% 0.47% -
HSV(B) 247.8º 0.59% 0.67% -
XYZ 13.01 9.12 39.1 -
YUV 85.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 83 70 170 0.51 0.59 0 0.33 247.8 0.42 0.47
Hex 53 46 AA 33 3B 0 21 F8 2A 2F
Octal 123 106 252 63 73 0 41 370 52 57
Binary 1010011 1000110 10101010 110011 111011 0 100001 11111000 101010 101111

Color Harmonies of #5346AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5346AA

Black with #5346AA

Text Example


Text Example

White with #5346AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5346AA;
 }
 .AnyTagClassName
 {
   color: #5346AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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