Html Css Color HEX #515DC6 Free Speech Blue

📋 copy color: '#515DC6'

red 81 ◦ green 93 ◦ blue 198

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

Shades of Free Speech Blue #515DC6

Tints of Free Speech Blue #515DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 53.23%

R = 21.77%
G = 25%
B = 53.23%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#515DC6 (or 0x515DC6) is known color: Free Speech Blue. HEX triplet: 51, 5D and C6. RGB value is (81,93,198). Sum of RGB (Red+Green+Blue) = 81+93+198=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 198 (77.73% from 255 or 53.23% from 372); Max value from RGB is 198 - color contains mainly: blue. Hex color #515DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DC6 is #AEA239. Grayscale: #646464. Windows color (decimal): -11444794 or 13000017. OLE color: 13000017.

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

Color convert

RGB 81 93 198 -
CMYK 0.59 0.53 0 0.22
HSL 233.85º 0.51% 0.55% -
HSV(B) 233.85º 0.59% 0.78% -
XYZ 17.5 13.66 55.14 -
YUV 101.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 81 93 198 0.59 0.53 0 0.22 233.85 0.51 0.55
Hex 51 5D C6 3B 35 0 16 EA 33 37
Octal 121 135 306 73 65 0 26 352 63 67
Binary 1010001 1011101 11000110 111011 110101 0 10110 11101010 110011 110111

Color Harmonies of #515DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DC6

Black with #515DC6

Text Example


Text Example

White with #515DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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