Html Css Color HEX #5259AA Rich Blue

📋 copy color: '#5259AA'

red 82 ◦ green 89 ◦ blue 170

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

Shades of Rich Blue #5259AA

Tints of Rich Blue #5259AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 24.05%
G = 26.1%
B = 49.85%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5259AA (or 0x5259AA) is known color: Rich Blue. HEX triplet: 52, 59 and AA. RGB value is (82,89,170). Sum of RGB (Red+Green+Blue) = 82+89+170=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #5259AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5259AA is #ADA655. Grayscale: #5F5F5F. Windows color (decimal): -11380310 or 11163986. OLE color: 11163986.

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

Color convert

RGB 82 89 170 -
CMYK 0.52 0.48 0 0.33
HSL 235.23º 0.35% 0.49% -
HSV(B) 235.23º 0.52% 0.67% -
XYZ 14.31 11.84 39.56 -
YUV 96.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 82 89 170 0.52 0.48 0 0.33 235.23 0.35 0.49
Hex 52 59 AA 34 30 0 21 EB 23 31
Octal 122 131 252 64 60 0 41 353 43 61
Binary 1010010 1011001 10101010 110100 110000 0 100001 11101011 100011 110001

Color Harmonies of #5259AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5259AA

Black with #5259AA

Text Example


Text Example

White with #5259AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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