#5764CA

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

Shades of Free Speech Blue #5764CA

Tints of Free Speech Blue #5764CA

Color information

#5764CA (or 0x5764CA) is unknown color: approx Free Speech Blue. HEX triplet: 57, 64 and CA. RGB value is (87,100,202). Sum of RGB (Red+Green+Blue) = 87+100+202=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #5764CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5764CA is #A89B35. Grayscale: #6B6B6B. Windows color (decimal): -11049782 or 13263959. OLE color: 13263959.

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

Color convert

RGB87100202-
CMYK0.570.5000.21
HSL233.22º52.04%56.67%-
HSV(B)233.22º56.93%79.22%-
XYZ19.1515.457.84-
YUV107.74181.19113.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.37%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=22.37%
G=25.71%
B=51.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871002020.570.5000.21233.2252.0456.67
Hex5764CA3932015e93439
Octal12714431271620253516471
Binary101011111001001100101011100111001001010111101001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5764CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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