Html Css Color HEX #515DBF Free Speech Blue

📋 copy color: '#515DBF'

red 81 ◦ green 93 ◦ blue 191

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

Shades of Free Speech Blue #515DBF

Tints of Free Speech Blue #515DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

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

R = 22.19%
G = 25.48%
B = 52.33%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#515DBF (or 0x515DBF) is known color: Free Speech Blue. HEX triplet: 51, 5D and BF. RGB value is (81,93,191). Sum of RGB (Red+Green+Blue) = 81+93+191=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #515DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DBF is #AEA240. Grayscale: #646464. Windows color (decimal): -11444801 or 12541265. OLE color: 12541265.

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

Color convert

RGB 81 93 191 -
CMYK 0.58 0.51 0 0.25
HSL 233.45º 0.46% 0.53% -
HSV(B) 233.45º 0.58% 0.75% -
XYZ 16.71 13.34 50.98 -
YUV 100.58 179.02 114.03 -
System Red Green Blue C M Y K H S L
Decimal 81 93 191 0.58 0.51 0 0.25 233.45 0.46 0.53
Hex 51 5D BF 3A 33 0 19 E9 2E 35
Octal 121 135 277 72 63 0 31 351 56 65
Binary 1010001 1011101 10111111 111010 110011 0 11001 11101001 101110 110101

Color Harmonies of #515DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DBF

Black with #515DBF

Text Example


Text Example

White with #515DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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