#5753BF

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

Shades of Rich Blue #5753BF

Tints of Rich Blue #5753BF

Color information

#5753BF (or 0x5753BF) is unknown color: approx Rich Blue. HEX triplet: 57, 53 and BF. RGB value is (87,83,191). Sum of RGB (Red+Green+Blue) = 87+83+191=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 83 (32.81% from 255 or 22.99% 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 #5753BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5753BF is #A8AC40. Grayscale: #606060. Windows color (decimal): -11054145 or 12538711. OLE color: 12538711.

HSL color Cylindrical-coordinate representation of color #5753BF: hue angle of 242.22º 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 #5753BF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8783191-
CMYK0.540.5700.25
HSL242.22º45.76%53.73%-
HSV(B)242.22º56.54%74.9%-
XYZ16.4311.9750.74-
YUV96.51181.33121.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87831910.540.5700.25242.2245.7653.73
Hex5753BF3639019f22e36
Octal12712327766710313625666
Binary101011110100111011111111011011100101100111110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5753BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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