#575EB1

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

Shades of Rich Blue #575EB1

Tints of Rich Blue #575EB1

Color information

#575EB1 (or 0x575EB1) is unknown color: approx Rich Blue. HEX triplet: 57, 5E and B1. RGB value is (87,94,177). Sum of RGB (Red+Green+Blue) = 87+94+177=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #575EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575EB1 is #A8A14E. Grayscale: #656565. Windows color (decimal): -11051343 or 11624023. OLE color: 11624023.

HSL color Cylindrical-coordinate representation of color #575EB1: hue angle of 235.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #575EB1 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8794177-
CMYK0.510.4700.31
HSL235.33º36.59%51.76%-
HSV(B)235.33º50.85%69.41%-
XYZ15.8713.2143.31-
YUV101.37170.68117.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 177 (69.53% from 255) = 49.44%
R=24.30%
G=26.26%
B=49.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87941770.510.4700.31235.3336.5951.76
Hex575EB1332F01Feb2534
Octal12713626163570373534564
Binary101011110111101011000111001110111101111111101011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575EB1; }

 p { color: rgb(87,94,177); }

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

<style>
 a { background-color: #575EB1; }

 a { background-color: rgb(87,94,177); }

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

<style>
 span { border-color: #575EB1; }

 span { border-color: rgb(87,94,177); }

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