Html Css Color HEX #5065BE Free Speech Blue

📋 copy color: '#5065BE'

red 80 ◦ green 101 ◦ blue 190

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

Shades of Free Speech Blue #5065BE

Tints of Free Speech Blue #5065BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

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

R = 21.56%
G = 27.22%
B = 51.21%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5065BE (or 0x5065BE) is known color: Free Speech Blue. HEX triplet: 50, 65 and BE. RGB value is (80,101,190). Sum of RGB (Red+Green+Blue) = 80+101+190=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #5065BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5065BE is #AF9A41. Grayscale: #686868. Windows color (decimal): -11508290 or 12477776. OLE color: 12477776.

HSL color Cylindrical-coordinate representation of color #5065BE: hue angle of 228.55º 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 #5065BE is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 101 190 -
CMYK 0.58 0.47 0 0.25
HSL 228.55º 0.46% 0.53% -
HSV(B) 228.55º 0.58% 0.75% -
XYZ 17.26 14.73 50.65 -
YUV 104.87 176.04 110.26 -
System Red Green Blue C M Y K H S L
Decimal 80 101 190 0.58 0.47 0 0.25 228.55 0.46 0.53
Hex 50 65 BE 3A 2F 0 19 E5 2E 35
Octal 120 145 276 72 57 0 31 345 56 65
Binary 1010000 1100101 10111110 111010 101111 0 11001 11100101 101110 110101

Color Harmonies of #5065BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5065BE

Black with #5065BE

Text Example


Text Example

White with #5065BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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