Html Css Color HEX #5060BE Free Speech Blue

📋 copy color: '#5060BE'

red 80 ◦ green 96 ◦ blue 190

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

Shades of Free Speech Blue #5060BE

Tints of Free Speech Blue #5060BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 21.86%
G = 26.23%
B = 51.91%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5060BE (or 0x5060BE) is known color: Free Speech Blue. HEX triplet: 50, 60 and BE. RGB value is (80,96,190). Sum of RGB (Red+Green+Blue) = 80+96+190=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #5060BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060BE is #AF9F41. Grayscale: #656565. Windows color (decimal): -11509570 or 12476496. OLE color: 12476496.

HSL color Cylindrical-coordinate representation of color #5060BE: hue angle of 231.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5060BE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 96 190 -
CMYK 0.58 0.49 0 0.25
HSL 231.27º 0.46% 0.53% -
HSV(B) 231.27º 0.58% 0.75% -
XYZ 16.79 13.79 50.49 -
YUV 101.93 177.7 112.36 -
System Red Green Blue C M Y K H S L
Decimal 80 96 190 0.58 0.49 0 0.25 231.27 0.46 0.53
Hex 50 60 BE 3A 31 0 19 E7 2E 35
Octal 120 140 276 72 61 0 31 347 56 65
Binary 1010000 1100000 10111110 111010 110001 0 11001 11100111 101110 110101

Color Harmonies of #5060BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5060BE

Black with #5060BE

Text Example


Text Example

White with #5060BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5060BE; }

 p { color: rgb(80,96,190); }

 H1.HeaderClassName
 {
   color: #5060BE;
 }
 .AnyTagClassName
 {
   color: #5060BE;
 }
</style>

background-color css

<style>
 a { background-color: #5060BE; }

 a { background-color: rgb(80,96,190); }

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

border-color css

<style>
 span { border-color: #5060BE; }

 span { border-color: rgb(80,96,190); }

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