Html Css Color HEX #5251BF Rich Blue

📋 copy color: '#5251BF'

red 82 ◦ green 81 ◦ blue 191

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

Shades of Rich Blue #5251BF

Tints of Rich Blue #5251BF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

 BLUE value IS 191 (75% from 255) = 53.95%

R = 23.16%
G = 22.88%
B = 53.95%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5251BF (or 0x5251BF) is known color: Rich Blue. HEX triplet: 52, 51 and BF. RGB value is (82,81,191). Sum of RGB (Red+Green+Blue) = 82+81+191=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #5251BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5251BF is #ADAE40. Grayscale: #5D5D5D. Windows color (decimal): -11382337 or 12538194. OLE color: 12538194.

HSL color Cylindrical-coordinate representation of color #5251BF: hue angle of 240.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5251BF is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 81 191 -
CMYK 0.57 0.58 0 0.25
HSL 240.55º 0.46% 0.53% -
HSV(B) 240.55º 0.58% 0.75% -
XYZ 15.83 11.44 50.66 -
YUV 93.84 182.83 119.56 -
System Red Green Blue C M Y K H S L
Decimal 82 81 191 0.57 0.58 0 0.25 240.55 0.46 0.53
Hex 52 51 BF 39 3A 0 19 F1 2E 35
Octal 122 121 277 71 72 0 31 361 56 65
Binary 1010010 1010001 10111111 111001 111010 0 11001 11110001 101110 110101

Color Harmonies of #5251BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5251BF

Black with #5251BF

Text Example


Text Example

White with #5251BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5251BF; }

 p { color: rgb(82,81,191); }

 H1.HeaderClassName
 {
   color: #5251BF;
 }
 .AnyTagClassName
 {
   color: #5251BF;
 }
</style>

background-color css

<style>
 a { background-color: #5251BF; }

 a { background-color: rgb(82,81,191); }

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

border-color css

<style>
 span { border-color: #5251BF; }

 span { border-color: rgb(82,81,191); }

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