#5763CA

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

Shades of Free Speech Blue #5763CA

Tints of Free Speech Blue #5763CA

Color information

#5763CA (or 0x5763CA) is unknown color: approx Free Speech Blue. HEX triplet: 57, 63 and CA. RGB value is (87,99,202). Sum of RGB (Red+Green+Blue) = 87+99+202=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #5763CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5763CA is #A89C35. Grayscale: #6A6A6A. Windows color (decimal): -11050038 or 13263703. OLE color: 13263703.

HSL color Cylindrical-coordinate representation of color #5763CA: hue angle of 233.74º 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 #5763CA is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8799202-
CMYK0.570.5100.21
HSL233.74º52.04%56.67%-
HSV(B)233.74º56.93%79.22%-
XYZ19.0515.2157.81-
YUV107.15181.52113.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=22.42%
G=25.52%
B=52.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87992020.570.5100.21233.7452.0456.67
Hex5763CA3933015ea3439
Octal12714331271630253526471
Binary101011111000111100101011100111001101010111101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5763CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5763CA; }

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

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

<style>
 a { background-color: #5763CA; }

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

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

<style>
 span { border-color: #5763CA; }

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

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