#5357BE

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

Shades of Rich Blue #5357BE

Tints of Rich Blue #5357BE

Color information

#5357BE (or 0x5357BE) is unknown color: approx Rich Blue. HEX triplet: 53, 57 and BE. RGB value is (83,87,190). Sum of RGB (Red+Green+Blue) = 83+87+190=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #5357BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5357BE is #ACA841. Grayscale: #616161. Windows color (decimal): -11315266 or 12474195. OLE color: 12474195.

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

Color convert

RGB8387190-
CMYK0.560.5400.25
HSL237.76º45.15%53.53%-
HSV(B)237.76º56.32%74.51%-
XYZ16.2712.3750.25-
YUV97.55180.17117.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.06%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=23.06%
G=24.17%
B=52.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83871900.560.5400.25237.7645.1553.53
Hex5357BE3836019ee2d36
Octal12312727670660313565566
Binary101001110101111011111011100011011001100111101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5357BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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