Html Css Color HEX #5361AD Rich Blue

📋 copy color: '#5361AD'

red 83 ◦ green 97 ◦ blue 173

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

Shades of Rich Blue #5361AD

Tints of Rich Blue #5361AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 23.51%
G = 27.48%
B = 49.01%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5361AD (or 0x5361AD) is known color: Rich Blue. HEX triplet: 53, 61 and AD. RGB value is (83,97,173). Sum of RGB (Red+Green+Blue) = 83+97+173=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #5361AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5361AD is #AC9E52. Grayscale: #656565. Windows color (decimal): -11312723 or 11362643. OLE color: 11362643.

HSL color Cylindrical-coordinate representation of color #5361AD: hue angle of 230.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5361AD is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 97 173 -
CMYK 0.52 0.44 0 0.32
HSL 230.67º 0.35% 0.5% -
HSV(B) 230.67º 0.52% 0.68% -
XYZ 15.38 13.41 41.31 -
YUV 101.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 83 97 173 0.52 0.44 0 0.32 230.67 0.35 0.5
Hex 53 61 AD 34 2C 0 20 E7 23 32
Octal 123 141 255 64 54 0 40 347 43 62
Binary 1010011 1100001 10101101 110100 101100 0 100000 11100111 100011 110010

Color Harmonies of #5361AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5361AD

Black with #5361AD

Text Example


Text Example

White with #5361AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5361AD; }

 p { color: rgb(83,97,173); }

 H1.HeaderClassName
 {
   color: #5361AD;
 }
 .AnyTagClassName
 {
   color: #5361AD;
 }
</style>

background-color css

<style>
 a { background-color: #5361AD; }

 a { background-color: rgb(83,97,173); }

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

border-color css

<style>
 span { border-color: #5361AD; }

 span { border-color: rgb(83,97,173); }

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