#5251BF

Color #5251BF Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5251BF

Tints of Rich Blue #5251BF

Color information

#5251BF (or 0x5251BF) is unknown color: approx 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

RGB8281191-
CMYK0.570.5800.25
HSL240.55º46.22%53.33%-
HSV(B)240.55º57.59%74.9%-
XYZ15.8311.4450.66-
YUV93.84182.83119.56-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82811910.570.5800.25240.5546.2253.33
Hex5251BF393A019f12e35
Octal12212127771720313615665
Binary101001010100011011111111100111101001100111110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5251BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>