Html Css Color HEX #5363AD Rich Blue

📋 copy color: '#5363AD'

red 83 ◦ green 99 ◦ blue 173

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

Shades of Rich Blue #5363AD

Tints of Rich Blue #5363AD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 23.38%
G = 27.89%
B = 48.73%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5363AD (or 0x5363AD) is known color: Rich Blue. HEX triplet: 53, 63 and AD. RGB value is (83,99,173). Sum of RGB (Red+Green+Blue) = 83+99+173=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #5363AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5363AD is #AC9C52. Grayscale: #666666. Windows color (decimal): -11312211 or 11363155. OLE color: 11363155.

HSL color Cylindrical-coordinate representation of color #5363AD: hue angle of 229.33º 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 #5363AD is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 99 173 -
CMYK 0.52 0.43 0 0.32
HSL 229.33º 0.35% 0.5% -
HSV(B) 229.33º 0.52% 0.68% -
XYZ 15.57 13.78 41.37 -
YUV 102.65 167.7 113.98 -
System Red Green Blue C M Y K H S L
Decimal 83 99 173 0.52 0.43 0 0.32 229.33 0.35 0.5
Hex 53 63 AD 34 2B 0 20 E5 23 32
Octal 123 143 255 64 53 0 40 345 43 62
Binary 1010011 1100011 10101101 110100 101011 0 100000 11100101 100011 110010

Color Harmonies of #5363AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5363AD

Black with #5363AD

Text Example


Text Example

White with #5363AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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