Html Css Color HEX #5364AC Rich Blue

📋 copy color: '#5364AC'

red 83 ◦ green 100 ◦ blue 172

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

Shades of Rich Blue #5364AC

Tints of Rich Blue #5364AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

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

R = 23.38%
G = 28.17%
B = 48.45%

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

#5364AC (or 0x5364AC) is known color: Rich Blue. HEX triplet: 53, 64 and AC. RGB value is (83,100,172). Sum of RGB (Red+Green+Blue) = 83+100+172=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #5364AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5364AC is #AC9B53. Grayscale: #666666. Windows color (decimal): -11311956 or 11297875. OLE color: 11297875.

HSL color Cylindrical-coordinate representation of color #5364AC: hue angle of 228.54º 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 #5364AC is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 100 172 -
CMYK 0.52 0.42 0 0.33
HSL 228.54º 0.35% 0.5% -
HSV(B) 228.54º 0.52% 0.67% -
XYZ 15.57 13.93 40.9 -
YUV 103.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 83 100 172 0.52 0.42 0 0.33 228.54 0.35 0.5
Hex 53 64 AC 34 2A 0 21 E5 23 32
Octal 123 144 254 64 52 0 41 345 43 62
Binary 1010011 1100100 10101100 110100 101010 0 100001 11100101 100011 110010

Color Harmonies of #5364AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5364AC

Black with #5364AC

Text Example


Text Example

White with #5364AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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