Html Css Color HEX #515DC5 Free Speech Blue

📋 copy color: '#515DC5'

red 81 ◦ green 93 ◦ blue 197

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

Shades of Free Speech Blue #515DC5

Tints of Free Speech Blue #515DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 53.1%

R = 21.83%
G = 25.07%
B = 53.1%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#515DC5 (or 0x515DC5) is known color: Free Speech Blue. HEX triplet: 51, 5D and C5. RGB value is (81,93,197). Sum of RGB (Red+Green+Blue) = 81+93+197=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #515DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DC5 is #AEA23A. Grayscale: #646464. Windows color (decimal): -11444795 or 12934481. OLE color: 12934481.

HSL color Cylindrical-coordinate representation of color #515DC5: hue angle of 233.79º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #515DC5 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 93 197 -
CMYK 0.59 0.53 0 0.23
HSL 233.79º 0.5% 0.55% -
HSV(B) 233.79º 0.59% 0.77% -
XYZ 17.39 13.61 54.53 -
YUV 101.27 182.02 113.54 -
System Red Green Blue C M Y K H S L
Decimal 81 93 197 0.59 0.53 0 0.23 233.79 0.5 0.55
Hex 51 5D C5 3B 35 0 17 EA 32 37
Octal 121 135 305 73 65 0 27 352 62 67
Binary 1010001 1011101 11000101 111011 110101 0 10111 11101010 110010 110111

Color Harmonies of #515DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DC5

Black with #515DC5

Text Example


Text Example

White with #515DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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