#575fca

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

Shades of Free Speech Blue #575FCA

Tints of Free Speech Blue #575FCA

Color information

#575FCA (or 0x575FCA) is unknown color: approx Free Speech Blue. HEX triplet: 57, 5F and CA. RGB value is (87,95,202). Sum of RGB (Red+Green+Blue) = 87+95+202=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #575FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FCA is #A8A035. Grayscale: #686868. Windows color (decimal): -11051062 or 13262679. OLE color: 13262679.

HSL color Cylindrical-coordinate representation of color #575FCA: hue angle of 235.83º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #575FCA is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8795202-
CMYK0.570.5300.21
HSL235.83º52.04%56.67%-
HSV(B)235.83º56.93%79.22%-
XYZ18.6814.4757.69-
YUV104.81182.85115.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.66%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=22.66%
G=24.74%
B=52.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87952020.570.5300.21235.8352.0456.67
Hex575FCA3935015ec3439
Octal12713731271650253546471
Binary101011110111111100101011100111010101010111101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575fca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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