#575CA4

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

Shades of Rich Blue #575CA4

Tints of Rich Blue #575CA4

Color information

#575CA4 (or 0x575CA4) is unknown color: approx Rich Blue. HEX triplet: 57, 5C and A4. RGB value is (87,92,164). Sum of RGB (Red+Green+Blue) = 87+92+164=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #575CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CA4 is #A8A35B. Grayscale: #626262. Windows color (decimal): -11051868 or 10771543. OLE color: 10771543.

HSL color Cylindrical-coordinate representation of color #575CA4: hue angle of 236.1º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #575CA4 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8792164-
CMYK0.470.4400.36
HSL236.1º30.68%49.22%-
HSV(B)236.1º46.95%64.31%-
XYZ14.4612.3636.75-
YUV98.71164.84119.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 164 (64.45% from 255) = 47.81%
R=25.36%
G=26.82%
B=47.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87921640.470.4400.36236.130.6849.22
Hex575CA42F2C024ec1f31
Octal12713424457540443543761
Binary101011110111001010010010111110110001001001110110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,92,164); }

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

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

 a { background-color: rgb(87,92,164); }

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

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

 span { border-color: rgb(87,92,164); }

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