Html Css Color HEX #515BBE Free Speech Blue

📋 copy color: '#515BBE'

red 81 ◦ green 91 ◦ blue 190

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

Shades of Free Speech Blue #515BBE

Tints of Free Speech Blue #515BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.14%

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

R = 22.38%
G = 25.14%
B = 52.49%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#515BBE (or 0x515BBE) is known color: Free Speech Blue. HEX triplet: 51, 5B and BE. RGB value is (81,91,190). Sum of RGB (Red+Green+Blue) = 81+91+190=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #515BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BBE is #AEA441. Grayscale: #626262. Windows color (decimal): -11445314 or 12475217. OLE color: 12475217.

HSL color Cylindrical-coordinate representation of color #515BBE: hue angle of 234.5º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515BBE is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 91 190 -
CMYK 0.57 0.52 0 0.25
HSL 234.5º 0.46% 0.53% -
HSV(B) 234.5º 0.57% 0.75% -
XYZ 16.43 12.95 50.35 -
YUV 99.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 81 91 190 0.57 0.52 0 0.25 234.5 0.46 0.53
Hex 51 5B BE 39 34 0 19 EA 2E 35
Octal 121 133 276 71 64 0 31 352 56 65
Binary 1010001 1011011 10111110 111001 110100 0 11001 11101010 101110 110101

Color Harmonies of #515BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BBE

Black with #515BBE

Text Example


Text Example

White with #515BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,190); }

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

background-color css

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

 a { background-color: rgb(81,91,190); }

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

border-color css

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

 span { border-color: rgb(81,91,190); }

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