Html Css Color HEX #5056BC Free Speech Blue

📋 copy color: '#5056BC'

red 80 ◦ green 86 ◦ blue 188

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

Shades of Free Speech Blue #5056BC

Tints of Free Speech Blue #5056BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 22.6%
G = 24.29%
B = 53.11%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5056BC (or 0x5056BC) is known color: Free Speech Blue. HEX triplet: 50, 56 and BC. RGB value is (80,86,188). Sum of RGB (Red+Green+Blue) = 80+86+188=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #5056BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5056BC is #AFA943. Grayscale: #5F5F5F. Windows color (decimal): -11512132 or 12342864. OLE color: 12342864.

HSL color Cylindrical-coordinate representation of color #5056BC: hue angle of 236.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5056BC is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 86 188 -
CMYK 0.57 0.54 0 0.26
HSL 236.67º 0.45% 0.53% -
HSV(B) 236.67º 0.57% 0.74% -
XYZ 15.71 11.99 49.06 -
YUV 95.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 80 86 188 0.57 0.54 0 0.26 236.67 0.45 0.53
Hex 50 56 BC 39 36 0 1A ED 2D 35
Octal 120 126 274 71 66 0 32 355 55 65
Binary 1010000 1010110 10111100 111001 110110 0 11010 11101101 101101 110101

Color Harmonies of #5056BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5056BC

Black with #5056BC

Text Example


Text Example

White with #5056BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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