Html Css Color HEX #5760CE Free Speech Blue

📋 copy color: '#5760CE'

red 87 ◦ green 96 ◦ blue 206

#5760CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #5760CE

Tints of Free Speech Blue #5760CE

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 value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5760CE (or 0x5760CE) is known color: 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

RGB 87 96 206 -
CMYK 0.58 0.53 0 0.19
HSL 235.46º 0.55% 0.57% -
HSV(B) 235.46º 0.58% 0.81% -
XYZ 19.25 14.85 60.24 -
YUV 105.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 87 96 206 0.58 0.53 0 0.19 235.46 0.55 0.57
Hex 57 60 CE 3A 35 0 13 EB 37 39
Octal 127 140 316 72 65 0 23 353 67 71
Binary 1010111 1100000 11001110 111010 110101 0 10011 11101011 110111 111001

Color Harmonies of #5760CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5760CE

Black with #5760CE

Text Example


Text Example

White with #5760CE

Text Example


Text Example

HTML Codes & Css Web 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>