Html Css Color HEX #5259AC Rich Blue

📋 copy color: '#5259AC'

red 82 ◦ green 89 ◦ blue 172

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

Shades of Rich Blue #5259AC

Tints of Rich Blue #5259AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.15%

R = 23.91%
G = 25.95%
B = 50.15%

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

#5259AC (or 0x5259AC) is known color: Rich Blue. HEX triplet: 52, 59 and AC. RGB value is (82,89,172). Sum of RGB (Red+Green+Blue) = 82+89+172=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #5259AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5259AC is #ADA653. Grayscale: #606060. Windows color (decimal): -11380308 or 11295058. OLE color: 11295058.

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

Color convert

RGB 82 89 172 -
CMYK 0.52 0.48 0 0.33
HSL 235.33º 0.35% 0.5% -
HSV(B) 235.33º 0.52% 0.67% -
XYZ 14.5 11.92 40.57 -
YUV 96.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 82 89 172 0.52 0.48 0 0.33 235.33 0.35 0.5
Hex 52 59 AC 34 30 0 21 EB 23 32
Octal 122 131 254 64 60 0 41 353 43 62
Binary 1010010 1011001 10101100 110100 110000 0 100001 11101011 100011 110010

Color Harmonies of #5259AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5259AC

Black with #5259AC

Text Example


Text Example

White with #5259AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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