Html Css Color HEX #5259BD Rich Blue

📋 copy color: '#5259BD'

red 82 ◦ green 89 ◦ blue 189

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

Shades of Rich Blue #5259BD

Tints of Rich Blue #5259BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 22.78%
G = 24.72%
B = 52.5%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5259BD (or 0x5259BD) is known color: Rich Blue. HEX triplet: 52, 59 and BD. RGB value is (82,89,189). Sum of RGB (Red+Green+Blue) = 82+89+189=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #5259BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259BD is #ADA642. Grayscale: #616161. Windows color (decimal): -11380291 or 12409170. OLE color: 12409170.

HSL color Cylindrical-coordinate representation of color #5259BD: hue angle of 236.07º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5259BD is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 89 189 -
CMYK 0.57 0.53 0 0.26
HSL 236.07º 0.45% 0.53% -
HSV(B) 236.07º 0.57% 0.74% -
XYZ 16.24 12.61 49.72 -
YUV 98.31 179.18 116.37 -
System Red Green Blue C M Y K H S L
Decimal 82 89 189 0.57 0.53 0 0.26 236.07 0.45 0.53
Hex 52 59 BD 39 35 0 1A EC 2D 35
Octal 122 131 275 71 65 0 32 354 55 65
Binary 1010010 1011001 10111101 111001 110101 0 11010 11101100 101101 110101

Color Harmonies of #5259BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5259BD

Black with #5259BD

Text Example


Text Example

White with #5259BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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