#5351C1

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

Shades of Rich Blue #5351C1

Tints of Rich Blue #5351C1

Color information

#5351C1 (or 0x5351C1) is unknown color: approx Rich Blue. HEX triplet: 53, 51 and C1. RGB value is (83,81,193). Sum of RGB (Red+Green+Blue) = 83+81+193=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #5351C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5351C1 is #ACAE3E. Grayscale: #5D5D5D. Windows color (decimal): -11316799 or 12669267. OLE color: 12669267.

HSL color Cylindrical-coordinate representation of color #5351C1: hue angle of 241.07º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5351C1 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8381193-
CMYK0.570.5800.24
HSL241.07º47.46%53.73%-
HSV(B)241.07º58.03%75.69%-
XYZ16.1411.5751.84-
YUV94.37183.66119.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 193 (75.78% from 255) = 54.06%
R=23.25%
G=22.69%
B=54.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83811930.570.5800.24241.0747.4653.73
Hex5351C1393A018f12f36
Octal12312130171720303615766
Binary101001110100011100000111100111101001100011110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5351C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5351C1; }

 p { color: rgb(83,81,193); }

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

<style>
 a { background-color: #5351C1; }

 a { background-color: rgb(83,81,193); }

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

<style>
 span { border-color: #5351C1; }

 span { border-color: rgb(83,81,193); }

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