Html Css Color HEX #5061BD Free Speech Blue

📋 copy color: '#5061BD'

red 80 ◦ green 97 ◦ blue 189

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

Shades of Free Speech Blue #5061BD

Tints of Free Speech Blue #5061BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 21.86%
G = 26.5%
B = 51.64%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5061BD (or 0x5061BD) is known color: Free Speech Blue. HEX triplet: 50, 61 and BD. RGB value is (80,97,189). Sum of RGB (Red+Green+Blue) = 80+97+189=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #5061BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5061BD is #AF9E42. Grayscale: #666666. Windows color (decimal): -11509315 or 12411216. OLE color: 12411216.

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

Color convert

RGB 80 97 189 -
CMYK 0.58 0.49 0 0.26
HSL 230.64º 0.45% 0.53% -
HSV(B) 230.64º 0.58% 0.74% -
XYZ 16.77 13.93 49.95 -
YUV 102.41 176.87 112.02 -
System Red Green Blue C M Y K H S L
Decimal 80 97 189 0.58 0.49 0 0.26 230.64 0.45 0.53
Hex 50 61 BD 3A 31 0 1A E7 2D 35
Octal 120 141 275 72 61 0 32 347 55 65
Binary 1010000 1100001 10111101 111010 110001 0 11010 11100111 101101 110101

Color Harmonies of #5061BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5061BD

Black with #5061BD

Text Example


Text Example

White with #5061BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5061BD; }

 p { color: rgb(80,97,189); }

 H1.HeaderClassName
 {
   color: #5061BD;
 }
 .AnyTagClassName
 {
   color: #5061BD;
 }
</style>

background-color css

<style>
 a { background-color: #5061BD; }

 a { background-color: rgb(80,97,189); }

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

border-color css

<style>
 span { border-color: #5061BD; }

 span { border-color: rgb(80,97,189); }

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