#5142BF

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

Shades of Rich Blue #5142BF

Tints of Rich Blue #5142BF

Color information

#5142BF (or 0x5142BF) is unknown color: approx Rich Blue. HEX triplet: 51, 42 and BF. RGB value is (81,66,191). Sum of RGB (Red+Green+Blue) = 81+66+191=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #5142BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5142BF is #AEBD40. Grayscale: #545454. Windows color (decimal): -11451713 or 12534353. OLE color: 12534353.

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

Color convert

RGB8166191-
CMYK0.580.6500.25
HSL247.2º49.41%50.39%-
HSV(B)247.2º65.45%74.9%-
XYZ14.759.4150.33-
YUV84.74187.97125.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 191 (75% from 255) = 56.51%
R=23.96%
G=19.53%
B=56.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81661910.580.6500.25247.249.4150.39
Hex5142BF3A41019f73132
Octal121102277721010313676162
Binary1010001100001010111111111010100000101100111110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5142BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5142BF;
 }
 .AnyTagClassName
 {
   color: #5142BF;
 }
</style>
background-color css

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

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

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

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

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

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