Html Css Color HEX #5342AF Rich Blue

📋 copy color: '#5342AF'

red 83 ◦ green 66 ◦ blue 175

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

Shades of Rich Blue #5342AF

Tints of Rich Blue #5342AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

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

R = 25.62%
G = 20.37%
B = 54.01%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5342AF (or 0x5342AF) is known color: Rich Blue. HEX triplet: 53, 42 and AF. RGB value is (83,66,175). Sum of RGB (Red+Green+Blue) = 83+66+175=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #5342AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5342AF is #ACBD50. Grayscale: #535353. Windows color (decimal): -11320657 or 11485779. OLE color: 11485779.

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

Color convert

RGB 83 66 175 -
CMYK 0.53 0.62 0 0.31
HSL 249.36º 0.45% 0.47% -
HSV(B) 249.36º 0.62% 0.69% -
XYZ 13.25 8.83 41.56 -
YUV 83.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 83 66 175 0.53 0.62 0 0.31 249.36 0.45 0.47
Hex 53 42 AF 35 3E 0 1F F9 2D 2F
Octal 123 102 257 65 76 0 37 371 55 57
Binary 1010011 1000010 10101111 110101 111110 0 11111 11111001 101101 101111

Color Harmonies of #5342AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5342AF

Black with #5342AF

Text Example


Text Example

White with #5342AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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