#575FC5

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

Shades of Free Speech Blue #575FC5

Tints of Free Speech Blue #575FC5

Color information

#575FC5 (or 0x575FC5) is unknown color: approx Free Speech Blue. HEX triplet: 57, 5F and C5. RGB value is (87,95,197). Sum of RGB (Red+Green+Blue) = 87+95+197=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #575FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FC5 is #A8A03A. Grayscale: #676767. Windows color (decimal): -11051067 or 12934999. OLE color: 12934999.

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

Color convert

RGB8795197-
CMYK0.560.5200.23
HSL235.64º48.67%55.69%-
HSV(B)235.64º55.84%77.25%-
XYZ18.114.2454.62-
YUV104.24180.35115.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 197 (77.34% from 255) = 51.98%
R=22.96%
G=25.07%
B=51.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal87951970.560.5200.23235.6448.6755.69
Hex575FC53834017ec3138
Octal12713730570640273546170
Binary101011110111111100010111100011010001011111101100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,95,197); }

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

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

 a { background-color: rgb(87,95,197); }

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

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

 span { border-color: rgb(87,95,197); }

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