Html Css Color HEX #5347AB Rich Blue

📋 copy color: '#5347AB'

red 83 ◦ green 71 ◦ blue 171

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

Shades of Rich Blue #5347AB

Tints of Rich Blue #5347AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

 BLUE value IS 171 (67.19% from 255) = 52.62%

R = 25.54%
G = 21.85%
B = 52.62%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5347AB (or 0x5347AB) is known color: Rich Blue. HEX triplet: 53, 47 and AB. RGB value is (83,71,171). Sum of RGB (Red+Green+Blue) = 83+71+171=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #5347AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5347AB is #ACB854. Grayscale: #555555. Windows color (decimal): -11319381 or 11224915. OLE color: 11224915.

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

Color convert

RGB 83 71 171 -
CMYK 0.51 0.58 0 0.33
HSL 247.2º 0.41% 0.47% -
HSV(B) 247.2º 0.58% 0.67% -
XYZ 13.17 9.29 39.63 -
YUV 85.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 83 71 171 0.51 0.58 0 0.33 247.2 0.41 0.47
Hex 53 47 AB 33 3A 0 21 F7 29 2F
Octal 123 107 253 63 72 0 41 367 51 57
Binary 1010011 1000111 10101011 110011 111010 0 100001 11110111 101001 101111

Color Harmonies of #5347AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5347AB

Black with #5347AB

Text Example


Text Example

White with #5347AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5347AB; }

 p { color: rgb(83,71,171); }

 H1.HeaderClassName
 {
   color: #5347AB;
 }
 .AnyTagClassName
 {
   color: #5347AB;
 }
</style>

background-color css

<style>
 a { background-color: #5347AB; }

 a { background-color: rgb(83,71,171); }

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

border-color css

<style>
 span { border-color: #5347AB; }

 span { border-color: rgb(83,71,171); }

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