#5263AD

Color #5263AD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5263AD

Tints of Rich Blue #5263AD

Color information

#5263AD (or 0x5263AD) is unknown color: approx Rich Blue. HEX triplet: 52, 63 and AD. RGB value is (82,99,173). Sum of RGB (Red+Green+Blue) = 82+99+173=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #5263AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5263AD is #AD9C52. Grayscale: #666666. Windows color (decimal): -11377747 or 11363154. OLE color: 11363154.

HSL color Cylindrical-coordinate representation of color #5263AD: hue angle of 228.79º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5263AD is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8299173-
CMYK0.530.4300.32
HSL228.79º35.69%50%-
HSV(B)228.79º52.6%67.84%-
XYZ15.4813.7341.37-
YUV102.35167.87113.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=23.16%
G=27.97%
B=48.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82991730.530.4300.32228.7935.6950
Hex5263AD352B020e52432
Octal12214325565530403454462
Binary1010010110001110101101110101101011010000011100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5263AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5263AD;
 }
 .AnyTagClassName
 {
   color: #5263AD;
 }
</style>
background-color css

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

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

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

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

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

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