Html Css Color HEX #5362AA Rich Blue

📋 copy color: '#5362AA'

red 83 ◦ green 98 ◦ blue 170

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

Shades of Rich Blue #5362AA

Tints of Rich Blue #5362AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.92%

 BLUE value IS 170 (66.8% from 255) = 48.43%

R = 23.65%
G = 27.92%
B = 48.43%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5362AA (or 0x5362AA) is known color: Rich Blue. HEX triplet: 53, 62 and AA. RGB value is (83,98,170). Sum of RGB (Red+Green+Blue) = 83+98+170=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #5362AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5362AA is #AC9D55. Grayscale: #656565. Windows color (decimal): -11312470 or 11166291. OLE color: 11166291.

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

Color convert

RGB 83 98 170 -
CMYK 0.51 0.42 0 0.33
HSL 229.66º 0.34% 0.5% -
HSV(B) 229.66º 0.51% 0.67% -
XYZ 15.19 13.48 39.83 -
YUV 101.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 83 98 170 0.51 0.42 0 0.33 229.66 0.34 0.5
Hex 53 62 AA 33 2A 0 21 E6 22 32
Octal 123 142 252 63 52 0 41 346 42 62
Binary 1010011 1100010 10101010 110011 101010 0 100001 11100110 100010 110010

Color Harmonies of #5362AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5362AA

Black with #5362AA

Text Example


Text Example

White with #5362AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5362AA; }

 p { color: rgb(83,98,170); }

 H1.HeaderClassName
 {
   color: #5362AA;
 }
 .AnyTagClassName
 {
   color: #5362AA;
 }
</style>

background-color css

<style>
 a { background-color: #5362AA; }

 a { background-color: rgb(83,98,170); }

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

border-color css

<style>
 span { border-color: #5362AA; }

 span { border-color: rgb(83,98,170); }

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