Html Css Color HEX #515EBC Free Speech Blue

📋 copy color: '#515EBC'

red 81 ◦ green 94 ◦ blue 188

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

Shades of Free Speech Blue #515EBC

Tints of Free Speech Blue #515EBC

RGB

 RED value IS 81 (32.03% from 255) = 22.31%

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 22.31%
G = 25.9%
B = 51.79%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#515EBC (or 0x515EBC) is known color: Free Speech Blue. HEX triplet: 51, 5E and BC. RGB value is (81,94,188). Sum of RGB (Red+Green+Blue) = 81+94+188=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #515EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EBC is #AEA143. Grayscale: #646464. Windows color (decimal): -11444548 or 12344913. OLE color: 12344913.

HSL color Cylindrical-coordinate representation of color #515EBC: hue angle of 232.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515EBC is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 94 188 -
CMYK 0.57 0.50 0 0.26
HSL 232.71º 0.44% 0.53% -
HSV(B) 232.71º 0.57% 0.74% -
XYZ 16.47 13.39 49.29 -
YUV 100.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 81 94 188 0.57 0.50 0 0.26 232.71 0.44 0.53
Hex 51 5E BC 39 32 0 1A E9 2C 35
Octal 121 136 274 71 62 0 32 351 54 65
Binary 1010001 1011110 10111100 111001 110010 0 11010 11101001 101100 110101

Color Harmonies of #515EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EBC

Black with #515EBC

Text Example


Text Example

White with #515EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515EBC; }

 p { color: rgb(81,94,188); }

 H1.HeaderClassName
 {
   color: #515EBC;
 }
 .AnyTagClassName
 {
   color: #515EBC;
 }
</style>

background-color css

<style>
 a { background-color: #515EBC; }

 a { background-color: rgb(81,94,188); }

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

border-color css

<style>
 span { border-color: #515EBC; }

 span { border-color: rgb(81,94,188); }

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