Html Css Color HEX #5341AF Rich Blue

📋 copy color: '#5341AF'

red 83 ◦ green 65 ◦ blue 175

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

Shades of Rich Blue #5341AF

Tints of Rich Blue #5341AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

 BLUE value IS 175 (68.75% from 255) = 54.18%

R = 25.7%
G = 20.12%
B = 54.18%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5341AF (or 0x5341AF) is known color: Rich Blue. HEX triplet: 53, 41 and AF. RGB value is (83,65,175). Sum of RGB (Red+Green+Blue) = 83+65+175=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #5341AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5341AF is #ACBE50. Grayscale: #525252. Windows color (decimal): -11320913 or 11485523. OLE color: 11485523.

HSL color Cylindrical-coordinate representation of color #5341AF: hue angle of 249.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5341AF is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 65 175 -
CMYK 0.53 0.63 0 0.31
HSL 249.82º 0.46% 0.47% -
HSV(B) 249.82º 0.63% 0.69% -
XYZ 13.2 8.71 41.54 -
YUV 82.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 83 65 175 0.53 0.63 0 0.31 249.82 0.46 0.47
Hex 53 41 AF 35 3F 0 1F FA 2E 2F
Octal 123 101 257 65 77 0 37 372 56 57
Binary 1010011 1000001 10101111 110101 111111 0 11111 11111010 101110 101111

Color Harmonies of #5341AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5341AF

Black with #5341AF

Text Example


Text Example

White with #5341AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5341AF; }

 p { color: rgb(83,65,175); }

 H1.HeaderClassName
 {
   color: #5341AF;
 }
 .AnyTagClassName
 {
   color: #5341AF;
 }
</style>

background-color css

<style>
 a { background-color: #5341AF; }

 a { background-color: rgb(83,65,175); }

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

border-color css

<style>
 span { border-color: #5341AF; }

 span { border-color: rgb(83,65,175); }

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