Html Css Color HEX #5060BA Free Speech Blue

📋 copy color: '#5060BA'

red 80 ◦ green 96 ◦ blue 186

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

Shades of Free Speech Blue #5060BA

Tints of Free Speech Blue #5060BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 22.1%
G = 26.52%
B = 51.38%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5060BA (or 0x5060BA) is known color: Free Speech Blue. HEX triplet: 50, 60 and BA. RGB value is (80,96,186). Sum of RGB (Red+Green+Blue) = 80+96+186=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #5060BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060BA is #AF9F45. Grayscale: #656565. Windows color (decimal): -11509574 or 12214352. OLE color: 12214352.

HSL color Cylindrical-coordinate representation of color #5060BA: hue angle of 230.94º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5060BA is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 96 186 -
CMYK 0.57 0.48 0 0.27
HSL 230.94º 0.43% 0.52% -
HSV(B) 230.94º 0.57% 0.73% -
XYZ 16.35 13.62 48.22 -
YUV 101.48 175.7 112.68 -
System Red Green Blue C M Y K H S L
Decimal 80 96 186 0.57 0.48 0 0.27 230.94 0.43 0.52
Hex 50 60 BA 39 30 0 1B E7 2B 34
Octal 120 140 272 71 60 0 33 347 53 64
Binary 1010000 1100000 10111010 111001 110000 0 11011 11100111 101011 110100

Color Harmonies of #5060BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5060BA

Black with #5060BA

Text Example


Text Example

White with #5060BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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