#5760CA

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

Shades of Free Speech Blue #5760CA

Tints of Free Speech Blue #5760CA

Color information

#5760CA (or 0x5760CA) is unknown color: approx Free Speech Blue. HEX triplet: 57, 60 and CA. RGB value is (87,96,202). Sum of RGB (Red+Green+Blue) = 87+96+202=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #5760CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5760CA is #A89F35. Grayscale: #686868. Windows color (decimal): -11050806 or 13262935. OLE color: 13262935.

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

Color convert

RGB8796202-
CMYK0.570.5200.21
HSL235.3º52.04%56.67%-
HSV(B)235.3º56.93%79.22%-
XYZ18.7714.6657.72-
YUV105.39182.52114.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.60%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 202 (79.30% from 255) = 52.47%
R=22.60%
G=24.94%
B=52.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87962020.570.5200.21235.352.0456.67
Hex5760CA3934015eb3439
Octal12714031271640253536471
Binary101011111000001100101011100111010001010111101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5760CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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