Html Css Color HEX #5056CE Free Speech Blue

📋 copy color: '#5056CE'

red 80 ◦ green 86 ◦ blue 206

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

Shades of Free Speech Blue #5056CE

Tints of Free Speech Blue #5056CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 21.51%
G = 23.12%
B = 55.38%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5056CE (or 0x5056CE) is known color: Free Speech Blue. HEX triplet: 50, 56 and CE. RGB value is (80,86,206). Sum of RGB (Red+Green+Blue) = 80+86+206=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #5056CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5056CE is #AFA931. Grayscale: #616161. Windows color (decimal): -11512114 or 13522512. OLE color: 13522512.

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

Color convert

RGB 80 86 206 -
CMYK 0.61 0.58 0 0.19
HSL 237.14º 0.56% 0.56% -
HSV(B) 237.14º 0.61% 0.81% -
XYZ 17.78 12.82 59.93 -
YUV 97.89 189.01 115.24 -
System Red Green Blue C M Y K H S L
Decimal 80 86 206 0.61 0.58 0 0.19 237.14 0.56 0.56
Hex 50 56 CE 3D 3A 0 13 ED 38 38
Octal 120 126 316 75 72 0 23 355 70 70
Binary 1010000 1010110 11001110 111101 111010 0 10011 11101101 111000 111000

Color Harmonies of #5056CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5056CE

Black with #5056CE

Text Example


Text Example

White with #5056CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,86,206); }

 H1.HeaderClassName
 {
   color: #5056CE;
 }
 .AnyTagClassName
 {
   color: #5056CE;
 }
</style>

background-color css

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

 a { background-color: rgb(80,86,206); }

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

border-color css

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

 span { border-color: rgb(80,86,206); }

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