Html Css Color HEX #5263AB Rich Blue

📋 copy color: '#5263AB'

red 82 ◦ green 99 ◦ blue 171

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

Shades of Rich Blue #5263AB

Tints of Rich Blue #5263AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 23.3%
G = 28.13%
B = 48.58%

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

#5263AB (or 0x5263AB) is known color: Rich Blue. HEX triplet: 52, 63 and AB. RGB value is (82,99,171). Sum of RGB (Red+Green+Blue) = 82+99+171=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #5263AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5263AB is #AD9C54. Grayscale: #656565. Windows color (decimal): -11377749 or 11232082. OLE color: 11232082.

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

Color convert

RGB 82 99 171 -
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.29 13.66 40.36 -
YUV 102.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 82 99 171 0.52 0.42 0 0.33 228.54 0.35 0.5
Hex 52 63 AB 34 2A 0 21 E5 23 32
Octal 122 143 253 64 52 0 41 345 43 62
Binary 1010010 1100011 10101011 110100 101010 0 100001 11100101 100011 110010

Color Harmonies of #5263AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5263AB

Black with #5263AB

Text Example


Text Example

White with #5263AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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