Html Css Color HEX #5363AC Rich Blue

📋 copy color: '#5363AC'

red 83 ◦ green 99 ◦ blue 172

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

Shades of Rich Blue #5363AC

Tints of Rich Blue #5363AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 23.45%
G = 27.97%
B = 48.59%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5363AC (or 0x5363AC) is known color: Rich Blue. HEX triplet: 53, 63 and AC. RGB value is (83,99,172). Sum of RGB (Red+Green+Blue) = 83+99+172=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #5363AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5363AC is #AC9C53. Grayscale: #666666. Windows color (decimal): -11312212 or 11297619. OLE color: 11297619.

HSL color Cylindrical-coordinate representation of color #5363AC: hue angle of 229.21º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5363AC is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 99 172 -
CMYK 0.52 0.42 0 0.33
HSL 229.21º 0.35% 0.5% -
HSV(B) 229.21º 0.52% 0.67% -
XYZ 15.48 13.74 40.87 -
YUV 102.54 167.2 114.06 -
System Red Green Blue C M Y K H S L
Decimal 83 99 172 0.52 0.42 0 0.33 229.21 0.35 0.5
Hex 53 63 AC 34 2A 0 21 E5 23 32
Octal 123 143 254 64 52 0 41 345 43 62
Binary 1010011 1100011 10101100 110100 101010 0 100001 11100101 100011 110010

Color Harmonies of #5363AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5363AC

Black with #5363AC

Text Example


Text Example

White with #5363AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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