Html Css Color HEX #5261AA Rich Blue

📋 copy color: '#5261AA'

red 82 ◦ green 97 ◦ blue 170

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

Shades of Rich Blue #5261AA

Tints of Rich Blue #5261AA

RGB

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

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

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

R = 23.5%
G = 27.79%
B = 48.71%

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

#5261AA (or 0x5261AA) is known color: Rich Blue. HEX triplet: 52, 61 and AA. RGB value is (82,97,170). Sum of RGB (Red+Green+Blue) = 82+97+170=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #5261AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5261AA is #AD9E55. Grayscale: #646464. Windows color (decimal): -11378262 or 11166034. OLE color: 11166034.

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

Color convert

RGB 82 97 170 -
CMYK 0.52 0.43 0 0.33
HSL 229.77º 0.35% 0.49% -
HSV(B) 229.77º 0.52% 0.67% -
XYZ 15.01 13.25 39.8 -
YUV 100.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 82 97 170 0.52 0.43 0 0.33 229.77 0.35 0.49
Hex 52 61 AA 34 2B 0 21 E6 23 31
Octal 122 141 252 64 53 0 41 346 43 61
Binary 1010010 1100001 10101010 110100 101011 0 100001 11100110 100011 110001

Color Harmonies of #5261AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5261AA

Black with #5261AA

Text Example


Text Example

White with #5261AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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