Html Css Color HEX #5343AA Rich Blue

📋 copy color: '#5343AA'

red 83 ◦ green 67 ◦ blue 170

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

Shades of Rich Blue #5343AA

Tints of Rich Blue #5343AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

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

R = 25.94%
G = 20.94%
B = 53.13%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5343AA (or 0x5343AA) is known color: Rich Blue. HEX triplet: 53, 43 and AA. RGB value is (83,67,170). Sum of RGB (Red+Green+Blue) = 83+67+170=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #5343AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5343AA is #ACBC55. Grayscale: #535353. Windows color (decimal): -11320406 or 11158355. OLE color: 11158355.

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

Color convert

RGB 83 67 170 -
CMYK 0.51 0.61 0 0.33
HSL 249.32º 0.43% 0.46% -
HSV(B) 249.32º 0.61% 0.67% -
XYZ 12.83 8.76 39.04 -
YUV 83.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 83 67 170 0.51 0.61 0 0.33 249.32 0.43 0.46
Hex 53 43 AA 33 3D 0 21 F9 2B 2E
Octal 123 103 252 63 75 0 41 371 53 56
Binary 1010011 1000011 10101010 110011 111101 0 100001 11111001 101011 101110

Color Harmonies of #5343AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5343AA

Black with #5343AA

Text Example


Text Example

White with #5343AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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