#575DC7

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

Shades of Free Speech Blue #575DC7

Tints of Free Speech Blue #575DC7

Color information

#575DC7 (or 0x575DC7) is unknown color: approx Free Speech Blue. HEX triplet: 57, 5D and C7. RGB value is (87,93,199). Sum of RGB (Red+Green+Blue) = 87+93+199=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #575DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DC7 is #A8A238. Grayscale: #666666. Windows color (decimal): -11051577 or 13065559. OLE color: 13065559.

HSL color Cylindrical-coordinate representation of color #575DC7: hue angle of 236.79º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #575DC7 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8793199-
CMYK0.560.5300.22
HSL236.79º50%56.08%-
HSV(B)236.79º56.28%78.04%-
XYZ18.1513.9855.77-
YUV103.29182.01116.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 199 (78.12% from 255) = 52.51%
R=22.96%
G=24.54%
B=52.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal87931990.560.5300.22236.795056.08
Hex575DC73835016ed3238
Octal12713530770650263556270
Binary101011110111011100011111100011010101011011101101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,93,199); }

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

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

 a { background-color: rgb(87,93,199); }

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

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

 span { border-color: rgb(87,93,199); }

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