Html Css Color HEX #5056CB Free Speech Blue

📋 copy color: '#5056CB'

red 80 ◦ green 86 ◦ blue 203

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

Shades of Free Speech Blue #5056CB

Tints of Free Speech Blue #5056CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 21.68%
G = 23.31%
B = 55.01%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5056CB (or 0x5056CB) is known color: Free Speech Blue. HEX triplet: 50, 56 and CB. RGB value is (80,86,203). Sum of RGB (Red+Green+Blue) = 80+86+203=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #5056CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5056CB is #AFA934. Grayscale: #616161. Windows color (decimal): -11512117 or 13325904. OLE color: 13325904.

HSL color Cylindrical-coordinate representation of color #5056CB: hue angle of 237.07º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5056CB is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 86 203 -
CMYK 0.61 0.58 0 0.20
HSL 237.07º 0.54% 0.55% -
HSV(B) 237.07º 0.61% 0.8% -
XYZ 17.42 12.67 58.03 -
YUV 97.54 187.51 115.49 -
System Red Green Blue C M Y K H S L
Decimal 80 86 203 0.61 0.58 0 0.20 237.07 0.54 0.55
Hex 50 56 CB 3D 3A 0 14 ED 36 37
Octal 120 126 313 75 72 0 24 355 66 67
Binary 1010000 1010110 11001011 111101 111010 0 10100 11101101 110110 110111

Color Harmonies of #5056CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5056CB

Black with #5056CB

Text Example


Text Example

White with #5056CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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