Html Css Color HEX #5250BD Rich Blue

📋 copy color: '#5250BD'

red 82 ◦ green 80 ◦ blue 189

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

Shades of Rich Blue #5250BD

Tints of Rich Blue #5250BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

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

R = 23.36%
G = 22.79%
B = 53.85%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5250BD (or 0x5250BD) is known color: Rich Blue. HEX triplet: 52, 50 and BD. RGB value is (82,80,189). Sum of RGB (Red+Green+Blue) = 82+80+189=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #5250BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5250BD is #ADAF42. Grayscale: #5C5C5C. Windows color (decimal): -11382595 or 12406866. OLE color: 12406866.

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

Color convert

RGB 82 80 189 -
CMYK 0.57 0.58 0 0.26
HSL 241.1º 0.45% 0.53% -
HSV(B) 241.1º 0.58% 0.74% -
XYZ 15.53 11.21 49.49 -
YUV 93.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 82 80 189 0.57 0.58 0 0.26 241.1 0.45 0.53
Hex 52 50 BD 39 3A 0 1A F1 2D 35
Octal 122 120 275 71 72 0 32 361 55 65
Binary 1010010 1010000 10111101 111001 111010 0 11010 11110001 101101 110101

Color Harmonies of #5250BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5250BD

Black with #5250BD

Text Example


Text Example

White with #5250BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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