Html Css Color HEX #514BD6 Free Speech Blue

📋 copy color: '#514BD6'

red 81 ◦ green 75 ◦ blue 214

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

Shades of Free Speech Blue #514BD6

Tints of Free Speech Blue #514BD6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.27%

 BLUE value IS 214 (83.98% from 255) = 57.84%

R = 21.89%
G = 20.27%
B = 57.84%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#514BD6 (or 0x514BD6) is known color: Free Speech Blue. HEX triplet: 51, 4B and D6. RGB value is (81,75,214). Sum of RGB (Red+Green+Blue) = 81+75+214=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #514BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BD6 is #AEB429. Grayscale: #5C5C5C. Windows color (decimal): -11449386 or 14043985. OLE color: 14043985.

HSL color Cylindrical-coordinate representation of color #514BD6: hue angle of 242.59º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #514BD6 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 75 214 -
CMYK 0.62 0.65 0 0.16
HSL 242.59º 0.63% 0.57% -
HSV(B) 242.59º 0.65% 0.84% -
XYZ 18.05 11.64 64.91 -
YUV 92.64 196.49 119.7 -
System Red Green Blue C M Y K H S L
Decimal 81 75 214 0.62 0.65 0 0.16 242.59 0.63 0.57
Hex 51 4B D6 3E 41 0 10 F3 3F 39
Octal 121 113 326 76 101 0 20 363 77 71
Binary 1010001 1001011 11010110 111110 1000001 0 10000 11110011 111111 111001

Color Harmonies of #514BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514BD6

Black with #514BD6

Text Example


Text Example

White with #514BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514BD6; }

 p { color: rgb(81,75,214); }

 H1.HeaderClassName
 {
   color: #514BD6;
 }
 .AnyTagClassName
 {
   color: #514BD6;
 }
</style>

background-color css

<style>
 a { background-color: #514BD6; }

 a { background-color: rgb(81,75,214); }

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

border-color css

<style>
 span { border-color: #514BD6; }

 span { border-color: rgb(81,75,214); }

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