#575AC4

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

Shades of Free Speech Blue #575AC4

Tints of Free Speech Blue #575AC4

Color information

#575AC4 (or 0x575AC4) is unknown color: approx Free Speech Blue. HEX triplet: 57, 5A and C4. RGB value is (87,90,196). Sum of RGB (Red+Green+Blue) = 87+90+196=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #575AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AC4 is #A8A53B. Grayscale: #646464. Windows color (decimal): -11052348 or 12868183. OLE color: 12868183.

HSL color Cylindrical-coordinate representation of color #575AC4: hue angle of 238.35º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #575AC4 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8790196-
CMYK0.560.5400.23
HSL238.35º48.02%55.49%-
HSV(B)238.35º55.61%76.86%-
XYZ17.5513.3253.87-
YUV101.19181.51117.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 196 (76.95% from 255) = 52.55%
R=23.32%
G=24.13%
B=52.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal87901960.560.5400.23238.3548.0255.49
Hex575AC43836017ee3037
Octal12713230470660273566067
Binary101011110110101100010011100011011001011111101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,90,196); }

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

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

 a { background-color: rgb(87,90,196); }

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

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

 span { border-color: rgb(87,90,196); }

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