Html Css Color HEX #5261AB Rich Blue

📋 copy color: '#5261AB'

red 82 ◦ green 97 ◦ blue 171

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

Shades of Rich Blue #5261AB

Tints of Rich Blue #5261AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 23.43%
G = 27.71%
B = 48.86%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5261AB (or 0x5261AB) is known color: Rich Blue. HEX triplet: 52, 61 and AB. RGB value is (82,97,171). Sum of RGB (Red+Green+Blue) = 82+97+171=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #5261AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5261AB is #AD9E54. Grayscale: #646464. Windows color (decimal): -11378261 or 11231570. OLE color: 11231570.

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

Color convert

RGB 82 97 171 -
CMYK 0.52 0.43 0 0.33
HSL 229.89º 0.35% 0.5% -
HSV(B) 229.89º 0.52% 0.67% -
XYZ 15.11 13.28 40.3 -
YUV 100.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 82 97 171 0.52 0.43 0 0.33 229.89 0.35 0.5
Hex 52 61 AB 34 2B 0 21 E6 23 32
Octal 122 141 253 64 53 0 41 346 43 62
Binary 1010010 1100001 10101011 110100 101011 0 100001 11100110 100011 110010

Color Harmonies of #5261AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5261AB

Black with #5261AB

Text Example


Text Example

White with #5261AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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