Html Css Color HEX #505EBA Free Speech Blue

📋 copy color: '#505EBA'

red 80 ◦ green 94 ◦ blue 186

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

Shades of Free Speech Blue #505EBA

Tints of Free Speech Blue #505EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.11%

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

R = 22.22%
G = 26.11%
B = 51.67%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#505EBA (or 0x505EBA) is known color: Free Speech Blue. HEX triplet: 50, 5E and BA. RGB value is (80,94,186). Sum of RGB (Red+Green+Blue) = 80+94+186=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #505EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505EBA is #AFA145. Grayscale: #636363. Windows color (decimal): -11510086 or 12213840. OLE color: 12213840.

HSL color Cylindrical-coordinate representation of color #505EBA: hue angle of 232.08º 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 #505EBA is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 94 186 -
CMYK 0.57 0.49 0 0.27
HSL 232.08º 0.43% 0.52% -
HSV(B) 232.08º 0.57% 0.73% -
XYZ 16.17 13.26 48.16 -
YUV 100.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 80 94 186 0.57 0.49 0 0.27 232.08 0.43 0.52
Hex 50 5E BA 39 31 0 1B E8 2B 34
Octal 120 136 272 71 61 0 33 350 53 64
Binary 1010000 1011110 10111010 111001 110001 0 11011 11101000 101011 110100

Color Harmonies of #505EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505EBA

Black with #505EBA

Text Example


Text Example

White with #505EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505EBA; }

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

 H1.HeaderClassName
 {
   color: #505EBA;
 }
 .AnyTagClassName
 {
   color: #505EBA;
 }
</style>

background-color css

<style>
 a { background-color: #505EBA; }

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

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

border-color css

<style>
 span { border-color: #505EBA; }

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

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