Html Css Color HEX #5259BA Rich Blue

📋 copy color: '#5259BA'

red 82 ◦ green 89 ◦ blue 186

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

Shades of Rich Blue #5259BA

Tints of Rich Blue #5259BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 22.97%
G = 24.93%
B = 52.1%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5259BA (or 0x5259BA) is known color: Rich Blue. HEX triplet: 52, 59 and BA. RGB value is (82,89,186). Sum of RGB (Red+Green+Blue) = 82+89+186=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #5259BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259BA is #ADA645. Grayscale: #616161. Windows color (decimal): -11380294 or 12212562. OLE color: 12212562.

HSL color Cylindrical-coordinate representation of color #5259BA: hue angle of 235.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5259BA is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 89 186 -
CMYK 0.56 0.52 0 0.27
HSL 235.96º 0.43% 0.53% -
HSV(B) 235.96º 0.56% 0.73% -
XYZ 15.91 12.48 48.03 -
YUV 97.97 177.68 116.61 -
System Red Green Blue C M Y K H S L
Decimal 82 89 186 0.56 0.52 0 0.27 235.96 0.43 0.53
Hex 52 59 BA 38 34 0 1B EC 2B 35
Octal 122 131 272 70 64 0 33 354 53 65
Binary 1010010 1011001 10111010 111000 110100 0 11011 11101100 101011 110101

Color Harmonies of #5259BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5259BA

Black with #5259BA

Text Example


Text Example

White with #5259BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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