Html Css Color HEX #515BBF Free Speech Blue

📋 copy color: '#515BBF'

red 81 ◦ green 91 ◦ blue 191

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

Shades of Free Speech Blue #515BBF

Tints of Free Speech Blue #515BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.62%

R = 22.31%
G = 25.07%
B = 52.62%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#515BBF (or 0x515BBF) is known color: Free Speech Blue. HEX triplet: 51, 5B and BF. RGB value is (81,91,191). Sum of RGB (Red+Green+Blue) = 81+91+191=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #515BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BBF is #AEA440. Grayscale: #636363. Windows color (decimal): -11445313 or 12540753. OLE color: 12540753.

HSL color Cylindrical-coordinate representation of color #515BBF: hue angle of 234.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 #515BBF is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 91 191 -
CMYK 0.58 0.52 0 0.25
HSL 234.55º 0.46% 0.53% -
HSV(B) 234.55º 0.58% 0.75% -
XYZ 16.54 12.99 50.93 -
YUV 99.41 179.69 114.87 -
System Red Green Blue C M Y K H S L
Decimal 81 91 191 0.58 0.52 0 0.25 234.55 0.46 0.53
Hex 51 5B BF 3A 34 0 19 EB 2E 35
Octal 121 133 277 72 64 0 31 353 56 65
Binary 1010001 1011011 10111111 111010 110100 0 11001 11101011 101110 110101

Color Harmonies of #515BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BBF

Black with #515BBF

Text Example


Text Example

White with #515BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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