#5760CE

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

Shades of Free Speech Blue #5760CE

Tints of Free Speech Blue #5760CE

Color information

#5760CE (or 0x5760CE) is unknown color: approx Free Speech Blue. HEX triplet: 57, 60 and CE. RGB value is (87,96,206). Sum of RGB (Red+Green+Blue) = 87+96+206=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #5760CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5760CE is #A89F31. Grayscale: #696969. Windows color (decimal): -11050802 or 13525079. OLE color: 13525079.

HSL color Cylindrical-coordinate representation of color #5760CE: hue angle of 235.46º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5760CE is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8796206-
CMYK0.580.5300.19
HSL235.46º54.84%57.45%-
HSV(B)235.46º57.77%80.78%-
XYZ19.2514.8560.24-
YUV105.85184.52114.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.37%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 206 (80.86% from 255) = 52.96%
R=22.37%
G=24.68%
B=52.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal87962060.580.5300.19235.4654.8457.45
Hex5760CE3A35013eb3739
Octal12714031672650233536771
Binary101011111000001100111011101011010101001111101011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5760CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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