Html Css Color HEX #5263AA Rich Blue

📋 copy color: '#5263AA'

red 82 ◦ green 99 ◦ blue 170

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

Shades of Rich Blue #5263AA

Tints of Rich Blue #5263AA

RGB

 RED value IS 82 (32.42% from 255) = 23.36%

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

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

R = 23.36%
G = 28.21%
B = 48.43%

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

#5263AA (or 0x5263AA) is known color: Rich Blue. HEX triplet: 52, 63 and AA. RGB value is (82,99,170). Sum of RGB (Red+Green+Blue) = 82+99+170=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 99 (39.06% from 255 or 28.21% 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 #5263AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5263AA is #AD9C55. Grayscale: #656565. Windows color (decimal): -11377750 or 11166546. OLE color: 11166546.

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

Color convert

RGB 82 99 170 -
CMYK 0.52 0.42 0 0.33
HSL 228.41º 0.35% 0.49% -
HSV(B) 228.41º 0.52% 0.67% -
XYZ 15.2 13.62 39.86 -
YUV 102.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 82 99 170 0.52 0.42 0 0.33 228.41 0.35 0.49
Hex 52 63 AA 34 2A 0 21 E4 23 31
Octal 122 143 252 64 52 0 41 344 43 61
Binary 1010010 1100011 10101010 110100 101010 0 100001 11100100 100011 110001

Color Harmonies of #5263AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5263AA

Black with #5263AA

Text Example


Text Example

White with #5263AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,99,170); }

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

background-color css

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

 a { background-color: rgb(82,99,170); }

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

border-color css

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

 span { border-color: rgb(82,99,170); }

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