Html Css Color HEX #5057C3 Free Speech Blue

📋 copy color: '#5057C3'

red 80 ◦ green 87 ◦ blue 195

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

Shades of Free Speech Blue #5057C3

Tints of Free Speech Blue #5057C3

RGB

 RED value IS 80 (31.64% from 255) = 22.1%

 GREEN value IS 87 (34.38% from 255) = 24.03%

 BLUE value IS 195 (76.56% from 255) = 53.87%

R = 22.1%
G = 24.03%
B = 53.87%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5057C3 (or 0x5057C3) is known color: Free Speech Blue. HEX triplet: 50, 57 and C3. RGB value is (80,87,195). Sum of RGB (Red+Green+Blue) = 80+87+195=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 195 (76.56% from 255 or 53.87% from 362); Max value from RGB is 195 - color contains mainly: blue. Hex color #5057C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5057C3 is #AFA83C. Grayscale: #606060. Windows color (decimal): -11511869 or 12801872. OLE color: 12801872.

HSL color Cylindrical-coordinate representation of color #5057C3: hue angle of 236.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5057C3 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 87 195 -
CMYK 0.59 0.55 0 0.24
HSL 236.35º 0.49% 0.54% -
HSV(B) 236.35º 0.59% 0.76% -
XYZ 16.57 12.46 53.16 -
YUV 97.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 80 87 195 0.59 0.55 0 0.24 236.35 0.49 0.54
Hex 50 57 C3 3B 37 0 18 EC 31 36
Octal 120 127 303 73 67 0 30 354 61 66
Binary 1010000 1010111 11000011 111011 110111 0 11000 11101100 110001 110110

Color Harmonies of #5057C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5057C3

Black with #5057C3

Text Example


Text Example

White with #5057C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5057C3; }

 p { color: rgb(80,87,195); }

 H1.HeaderClassName
 {
   color: #5057C3;
 }
 .AnyTagClassName
 {
   color: #5057C3;
 }
</style>

background-color css

<style>
 a { background-color: #5057C3; }

 a { background-color: rgb(80,87,195); }

 div.DivClassName
 {
   background-color: #5057C3;
 }
 .BgClassName
 {
   background-color: #5057C3;
 }
</style>

border-color css

<style>
 span { border-color: #5057C3; }

 span { border-color: rgb(80,87,195); }

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