#575FC4

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

Shades of Free Speech Blue #575FC4

Tints of Free Speech Blue #575FC4

Color information

#575FC4 (or 0x575FC4) is unknown color: approx Free Speech Blue. HEX triplet: 57, 5F and C4. RGB value is (87,95,196). Sum of RGB (Red+Green+Blue) = 87+95+196=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #575FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FC4 is #A8A03B. Grayscale: #676767. Windows color (decimal): -11051068 or 12869463. OLE color: 12869463.

HSL color Cylindrical-coordinate representation of color #575FC4: hue angle of 235.6º 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 #575FC4 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8795196-
CMYK0.560.5200.23
HSL235.6º48.02%55.49%-
HSV(B)235.6º55.61%76.86%-
XYZ17.9914.254.02-
YUV104.12179.85115.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 196 (76.95% from 255) = 51.85%
R=23.02%
G=25.13%
B=51.85%

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
Decimal87951960.560.5200.23235.648.0255.49
Hex575FC43834017ec3037
Octal12713730470640273546067
Binary101011110111111100010011100011010001011111101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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