#5357BF

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

Shades of Rich Blue #5357BF

Tints of Rich Blue #5357BF

Color information

#5357BF (or 0x5357BF) is unknown color: approx Rich Blue. HEX triplet: 53, 57 and BF. RGB value is (83,87,191). Sum of RGB (Red+Green+Blue) = 83+87+191=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #5357BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5357BF is #ACA840. Grayscale: #616161. Windows color (decimal): -11315265 or 12539731. OLE color: 12539731.

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

Color convert

RGB8387191-
CMYK0.570.5400.25
HSL237.78º45.76%53.73%-
HSV(B)237.78º56.54%74.9%-
XYZ16.3812.4250.82-
YUV97.66180.67117.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 191 (75% from 255) = 52.91%
R=22.99%
G=24.10%
B=52.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83871910.570.5400.25237.7845.7653.73
Hex5357BF3936019ee2e36
Octal12312727771660313565666
Binary101001110101111011111111100111011001100111101110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5357BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,87,191); }

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

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

 a { background-color: rgb(83,87,191); }

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

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

 span { border-color: rgb(83,87,191); }

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